Share via


WebPartAdder.SelectorCollection class

Representa e gerencia uma coleção de objetos WebPartAdder.Selector .

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)

Syntax

'Declaração
Public NotInheritable Class SelectorCollection _
    Inherits Collection(Of WebPartAdder.Selector)
'Uso
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.

Ver também

Referência

WebPartAdder.SelectorCollection members

Microsoft.SharePoint.WebPartPages namespace