IUrlCollection インターフェイス

On this page:

Description

このインターフェイスは URL のコレクションを表すもので、コンポーネントによって実装されます。

プロパティ

Count 読み取り専用、IUrlCollection

コレクション内の URL の数。

IDL [propget] HRESULT Count([out, retval] long* pValue)
.NET Int32 Count[get]

Item 読み取り専用、IUrlCollection

コレクション内でインデックス nIndex に該当する URL。

IDL [propget] HRESULT Item(
    [in] long nIndex,
    [out, retval] BSTR* pValue)
.NET String get_Item(
    Int32 nIndex)