IUrlCollection Interface
On this page:
Description
This interface is implemented by a component that represents a collection of URLs.
Properties
Count read-only, IUrlCollection
The number of URLs in the collection.
IDL |
[propget] HRESULT Count([out, retval] long* pValue)
|
---|---|
.NET | Int32 Count[get] |
Item read-only, IUrlCollection
The URL at index nIndex
within the collection.
IDL |
[propget] HRESULT Item(
|
---|---|
.NET | String
get_Item( |
nIndex
A valid index within the collection. Indexes are based at 0, not 1.