SPPersistedDependencyCollection<T> members
Include protected members
Include inherited members
代表一般的物件而定的持續性物件的集合。
The SPPersistedDependencyCollection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPersistedDependencyCollection<T> | 初始化SPPersistedDependencyCollection類別,以建立將特定類型的項目都取決於指定之物件的物件的集合的新執行個體。 |
Top
Properties
Name | Description | |
---|---|---|
Count | 集合中取得物件的數目。 (Inherited from SPPersistedObjectCollection<T>.) | |
IsEmpty | 取得 Boolean 值,表示集合是否含有任何物件。 (Inherited from SPPersistedObjectCollection<T>.) | |
Item[Guid] | 根據指定的 GUID 集合中取得的持續性的物件。 (Inherited from SPPersistedObjectCollection<T>.) | |
Item[String] | 根據指定的名稱集合中取得的持續性的物件。 (Inherited from SPPersistedObjectCollection<T>.) | |
Parent | 取得宣告此集合的父物件。 (Inherited from SPPersistedObjectCollection<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | 取得可用來逐一查看集合的列舉值。 (Inherited from SPPersistedObjectCollection<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue<U>() | 使用指定的類型和預設名稱從集合中擷取的物件。 (Inherited from SPPersistedObjectCollection<T>.) | |
GetValue<U>(Guid) | 使用指定的識別碼和類型從集合中擷取的物件。 (Inherited from SPPersistedObjectCollection<T>.) | |
GetValue<U>(String) | 使用指定的名稱與類型從集合中擷取的物件。 (Inherited from SPPersistedObjectCollection<T>.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | 透過這份清單中的所有項目傳回的列舉值。 (Inherited from SPPersistedObjectCollection<T>.) |
Top