This interface is implemented by a component that represents a collection of URLs.
Properties
Count
| IDL | [propget] HRESULT Count([out, retval] long* pValue) |
|---|---|
| .NET | Int32 Count[get] |
| VB6 | Count As Long |
The number of URLs in the collection.
The property is read-only.
Item
| IDL | [propget] HRESULT Item([in] long nIndex, [out, retval] BSTR* pValue) |
|---|---|
| .NET | String get_Item(Int32 nIndex) |
| VB6 | Item(nIndex As Long) As String |
The URL at index nIndex within the collection.
The property is read-only.
Arguments
-
nIndex
A valid index within the collection. Indexes are based at 0, not 1.
| Related topics |
|---|
