共用方式為


SPPersistedObjectCollection<T> members

Include protected members
Include inherited members

提供基底類別的管理SPPersistedObject物件的集合。

The SPPersistedObjectCollection<T> type exposes the following members.

Constructors

  Name Description
Protected method SPPersistedObjectCollection<T>(SPPersistedObject) 初始化指定物件為基礎的SPPersistedObjectCollection<T>類別的新執行個體。
Protected method SPPersistedObjectCollection<T>(SPPersistedObject, Comparison<T>) 會建立指定之類型的集合的父系所擁有排序的物件的集合。

Top

Properties

  Name Description
Public property Count 集合中取得物件的數目。
Public property IsEmpty 取得 Boolean 值,表示集合是否含有任何物件。
Public property Item[Guid] 根據指定的 GUID 集合中取得的持續性的物件。
Public property Item[String] 根據指定的名稱集合中取得的持續性的物件。
Protected property Parent 取得宣告此集合的父物件。

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator 取得可用來逐一查看集合的列舉值。
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue<U>() 使用指定的類型和預設名稱從集合中擷取的物件。
Public method GetValue<U>(Guid) 使用指定的識別碼和類型從集合中擷取的物件。
Public method GetValue<U>(String) 使用指定的名稱與類型從集合中擷取的物件。
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator 透過這份清單中的所有項目傳回的列舉值。

Top

請參閱

參照

SPPersistedObjectCollection<T> class

Microsoft.SharePoint.Administration namespace