SPUserCustomActionCollection members
Include protected members
Include inherited members
表示SPUserCustomAction物件的集合。
The SPUserCustomActionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | 取得這個集合中的SPUserCustomAction物件的數目。 | |
Item | 取得集合中指定之索引處的SPUserCustomAction物件。 | |
Scope | 取得集合的範圍。 |
Top
Methods
Name | Description | |
---|---|---|
Add | 將新的使用者自訂動作物件加入至集合。 | |
Clear | 刪除所有的SPUserCustomAction物件集合中。 | |
CopyTo | 陣列,指定索引處開始複製集合的項目。這個方法會傳回強型別陣列為集合的ICollection.CopyTo(Array, Int32)的替代實作。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | 陣列,指定索引處開始複製集合的項目。 | |
IEnumerable<SPUserCustomAction>.GetEnumerator | 傳回提供泛型的反覆項目集合的列舉值。 | |
IEnumerable.GetEnumerator | 傳回集合的列舉值。 | |
ICollection.IsSynchronized | 取得值,指出對集合的存取是否為同步 (安全執行緒)。 | |
ICollection.SyncRoot | 取得用於同步化存取集合的物件。 |
Top