ContextCollection Interface
Represents a collection of contexts.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface ContextCollection _
Inherits ICollection(Of Context), IEnumerable(Of Context), _
IEnumerable
'Usage
Dim instance As ContextCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface ContextCollection : ICollection<Context>,
IEnumerable<Context>, IEnumerable
Remarks
This class is a super-interface of ICollection<T> since it adds a number of convenience methods.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace