Collection of ITopics
Members
The ITopicCollection interface inherits from the IDispatch interface. ITopicCollection also has these types of members:
Methods
The ITopicCollection interface has these methods.
| Method | Description |
|---|---|
| GetEnumerator | Returns an enumerator that iterates through a collection |
| MoveNext | Advances the enumerator to the next element of the collection |
| MoveTo | Sets current element in the collection the specified index |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection |
Properties
The ITopicCollection interface has these properties.
| Property | Access type | Description |
|---|---|---|
| Count |
Read-only |
Returns the number of elements in the collection |
| Current |
Read-only |
Gets the current ITopic element in the collection |
Requirements
| Minimum supported client |
Windows 8 [desktop apps only] |
| Minimum supported server |
Windows Server 2012 [desktop apps only] |
| IDL |
|