WebPartAdder.SelectorCollection Class
Represents and manages a collection of WebPartAdder.Selector objects.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<WebPartAdder.Selector>
Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorCollection
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public NotInheritable Class SelectorCollection _
Inherits Collection(Of WebPartAdder.Selector)
'Usage
Dim instance As WebPartAdder.SelectorCollection
public sealed class SelectorCollection : Collection<WebPartAdder.Selector>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.