IKeywordCollection interface
Collection of IKeyword interfaces
Members
The IKeywordCollection interface inherits from the IDispatch interface. IKeywordCollection also has these types of members:
Methods
The IKeywordCollection interface has these methods.
Method | Description |
---|---|
GetEnumerator | Returns an enumerator that iterates through a collection |
Load | Loads the keyword index from the provided filename |
MoveNext | Advances the enumerator to the next element of the collection |
MoveTo | Sets current element in the collection the specified index |
MoveToKeyword | Sets current element in the collection the first occurrence of the supplied string |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection |
Save | Saves the keyword index to the provided filename |
Properties
The IKeywordCollection 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 IKeyword element in the collection |
pageSize |
Read-only |
Returns the page size of the collection |
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
IDL |
|