SPUserStorageCollection members
Include protected members
Include inherited members
表示用來維護所有使用者的網頁組件的儲存資訊的SPUserStorage物件的集合。
The SPUserStorageCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | 取得集合中的使用者儲存物件的數目。 |
![]() |
InnerList | (Inherited from ReadOnlyCollectionBase.) |
![]() |
IsSynchronized | 取得布林值,這個值,指出對集合的存取是否同步處理或安全執行緒。 |
![]() |
Item | 取得集合中指定之索引處的使用者儲存物件。在 C# 中,這個屬性會是SPUserStorageCollection類別的索引子。 |
![]() |
SyncRoot | 取得用於同步化存取集合的物件。 |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CopyTo | 使用者儲存物件,指定的陣列索引處開始的陣列中複製集合的項目。 |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | 傳回逐一查看集合的列舉值。 |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | (Inherited from ReadOnlyCollectionBase.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from ReadOnlyCollectionBase.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from ReadOnlyCollectionBase.) |
Top