ContextCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of contexts.
The ContextCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection<Context>.) | |
IsReadOnly | (Inherited from ICollection<Context>.) | |
Item | Retrieves the context with the specified name. |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from ICollection<Context>.) | |
AddContext(String) | Adds a context with the specified name to the collection. | |
AddContext(String, String) | Adds a context with the specified name and description to the collection. | |
Clear | (Inherited from ICollection<Context>.) | |
Contains | (Inherited from ICollection<Context>.) | |
ContainsContext | Checks if the context with the specified name is contained in the collection. | |
CopyTo | (Inherited from ICollection<Context>.) | |
GetContext | Retrieves the context with the specified name. | |
GetEnumerator() | (Inherited from IEnumerable<Context>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator(ContextSortField) | Retrieves an enumerator for all the contexts in the collection, sorting on the specified field in ascending order. | |
GetEnumerator(Int32, Int32) | Retrieves an enumerator for the specified subset of contexts in the collection, sorting on context name in ascending order. | |
GetEnumerator(ContextSortField, SortDirection) | Retrieves an enumerator for all the contexts in the collection, sorting on the specified field in the specified direction. | |
GetEnumerator(ContextSortField, SortDirection, Int32, Int32) | Retrieves an enumerator for a subset of the the contexts in the collection, sorting on the specified field in the specified direction. | |
Remove | (Inherited from ICollection<Context>.) | |
RemoveContext | Removes the context with the specified context name from the collection. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace