ClientWebPartPropertyCollection class
ClientWebPartPropertyCollection ICollection necessário para o designer.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.WebPartPages.ClientWebPartPropertyCollection
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public NotInheritable Class ClientWebPartPropertyCollection _
Implements ICollection(Of ClientWebPartProperty), IEnumerable(Of ClientWebPartProperty), _
ICollection, IEnumerable
'Uso
Dim instance As ClientWebPartPropertyCollection
public sealed class ClientWebPartPropertyCollection : ICollection<ClientWebPartProperty>,
IEnumerable<ClientWebPartProperty>, ICollection, IEnumerable
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.