共用方式為


ClientWebPartPropertyCollection members

Include protected members
Include inherited members

設計工具的 ClientWebPartPropertyCollection 需要的 ICollection。

The ClientWebPartPropertyCollection type exposes the following members.

Properties

  Name Description
Public property Count 計數在集合中的屬性數目。
Public property Item 取得由 PropertyName 的屬性。

Top

Methods

  Name Description
Public method Add 將屬性加入至集合。!!!這稱為從儲存的設計工具上就是為什麼我們有。如果您移除這個方法會中斷的設計工具的案例。
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 計數
Explicit interface implemetationPrivate method IEnumerable<ClientWebPartProperty>.GetEnumerator
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator 設計工具所需的 GetEnumerator。
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

請參閱

參照

ClientWebPartPropertyCollection class

Microsoft.SharePoint.WebPartPages namespace