ClientWebPartPropertyCollection-Klasse

ClientWebPartPropertyCollection müssen ICollection für Designer.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.WebPartPages.ClientWebPartPropertyCollection

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public NotInheritable Class ClientWebPartPropertyCollection _
    Implements ICollection(Of ClientWebPartProperty), IEnumerable(Of ClientWebPartProperty),  _
    ICollection, IEnumerable
'Usage
Dim instance As ClientWebPartPropertyCollection
public sealed class ClientWebPartPropertyCollection : ICollection<ClientWebPartProperty>, 
    IEnumerable<ClientWebPartProperty>, ICollection, IEnumerable

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

ClientWebPartPropertyCollection-Member

Microsoft.SharePoint.WebPartPages-Namespace