SPChangeTokenCollection members
Include protected members
Include inherited members
表示SPChangeToken物件的集合。
The SPChangeTokenCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPChangeTokenCollection() | 初始化SPChangeTokenCollection類別的新執行個體。 | |
SPChangeTokenCollection(String) | 初始化根據其序列化形式的SPChangeTokenCollection類別的新執行個體。 |
Top
Properties
Name | Description | |
---|---|---|
Count | 取得集合中包含的變更語彙基元數目。 (Overrides SPBaseCollection.Count.) | |
Item[Guid] | 指定的 GUID 變更語彙基元從集合中取得變更的語彙基元的物件。 | |
Item[Int32] | 取得指定索引處的變更語彙基元集合中的變更語彙基元的物件。 |
Top
Methods
Name | Description | |
---|---|---|
Add(SPChangeToken) | 加入集合中的變更語彙基元。 | |
Add(SPChangeToken, Boolean) | 加入集合中的變更語彙基元,並選擇性地覆寫任何現有的變更語彙基元集合中。 | |
Delete | 從集合中刪除變更權杖物件,具有指定之 ID。 | |
Equals | 判斷目前執行個體是否等於另一個物件的未知的型別。 (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | 取得列舉值來逐一查看集合。 (Inherited from SPBaseCollection.) | |
GetHashCode | 傳回這個執行個體的雜湊程式碼。 (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | 傳回逐一查看集合的型別安全列舉值。 (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | 取得變更的語彙基元集合的序列化的字串表示。 (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | 傳回Boolean值,指出兩個指定的SPChangeTokenCollection物件是否相等。 | |
Inequality | 傳回Boolean值,指出兩個指定的SPChangeTokenCollection物件是否不相等。 |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | 陣列,指定的陣列索引處開始複製集合的項目。 (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | 取得布林值,這個值,指出對集合的存取是否同步處理或安全執行緒。 (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | 取得用於同步化存取集合的物件。 (Inherited from SPBaseCollection.) |
Top