共用方式為


SPChangeTokenCollection members

Include protected members
Include inherited members

表示SPChangeToken物件的集合。

The SPChangeTokenCollection type exposes the following members.

Constructors

  Name Description
Public method SPChangeTokenCollection() 初始化SPChangeTokenCollection類別的新執行個體。
Public method SPChangeTokenCollection(String) 初始化根據其序列化形式的SPChangeTokenCollection類別的新執行個體。

Top

Properties

  Name Description
Public property Count 取得集合中包含的變更語彙基元數目。 (Overrides SPBaseCollection.Count.)
Public property Item[Guid] 指定的 GUID 變更語彙基元從集合中取得變更的語彙基元的物件。
Public property Item[Int32] 取得指定索引處的變更語彙基元集合中的變更語彙基元的物件。

Top

Methods

  Name Description
Public method Add(SPChangeToken) 加入集合中的變更語彙基元。
Public method Add(SPChangeToken, Boolean) 加入集合中的變更語彙基元,並選擇性地覆寫任何現有的變更語彙基元集合中。
Public method Delete 從集合中刪除變更權杖物件,具有指定之 ID。
Public method Equals 判斷目前執行個體是否等於另一個物件的未知的型別。 (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator 取得列舉值來逐一查看集合。 (Inherited from SPBaseCollection.)
Public method GetHashCode 傳回這個執行個體的雜湊程式碼。 (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method GetTypedEnumerator<T> 傳回逐一查看集合的型別安全列舉值。 (Inherited from SPBaseCollection.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString 取得變更的語彙基元集合的序列化的字串表示。 (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality 傳回Boolean值,指出兩個指定的SPChangeTokenCollection物件是否相等。
Public operatorStatic member Inequality 傳回Boolean值,指出兩個指定的SPChangeTokenCollection物件是否不相等。

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo 陣列,指定的陣列索引處開始複製集合的項目。 (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized 取得布林值,這個值,指出對集合的存取是否同步處理或安全執行緒。 (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.SyncRoot 取得用於同步化存取集合的物件。 (Inherited from SPBaseCollection.)

Top

請參閱

參照

SPChangeTokenCollection class

Microsoft.SharePoint namespace