ClientWebPartPropertyCollection members

ClientWebPartPropertyCollection Need ICollection for designer.

The ClientWebPartPropertyCollection type exposes the following members.

Properties

  Name Description
Public property Count Count Number of Properties in the Collection.
Public property Item Gets the property by the PropertyName.

Top

Methods

  Name Description
Public method Add Adds a property to the collection. !!! This is called from a designer on save which is why we have it. If you remove this method you will break the designer scenarios.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetValue TryGetValue

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<ClientWebPartProperty>.Add
Explicit interface implemetationPrivate method ICollection<ClientWebPartProperty>.Clear
Explicit interface implemetationPrivate method ICollection<ClientWebPartProperty>.Contains
Explicit interface implemetationPrivate method ICollection<ClientWebPartProperty>.CopyTo
Explicit interface implemetationPrivate method ICollection.CopyTo CopyTo
Explicit interface implemetationPrivate property ICollection<ClientWebPartProperty>.Count
Explicit interface implemetationPrivate property ICollection.Count Count
Explicit interface implemetationPrivate method IEnumerable<ClientWebPartProperty>.GetEnumerator
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator GetEnumerator Needed for Designer.
Explicit interface implemetationPrivate property ICollection<ClientWebPartProperty>.IsReadOnly
Explicit interface implemetationPrivate property ICollection.IsSynchronized IsSynchronized
Explicit interface implemetationPrivate method ICollection<ClientWebPartProperty>.Remove
Explicit interface implemetationPrivate property ICollection.SyncRoot SyncRoot

Top

See also

Reference

ClientWebPartPropertyCollection class

Microsoft.SharePoint.WebPartPages namespace