共用方式為


SPEventReceiverDefinitionCollection members

Include protected members
Include inherited members

表示用來列舉已註冊的事件接收器的Microsoft SharePoint Foundation物件可以有事件的清單的SPEventReceiverDefinition物件的集合。

The SPEventReceiverDefinitionCollection type exposes the following members.

Properties

  Name Description
Public property Count 取得集合中的事件接收器定義數目。 (Overrides SPBaseCollection.Count.)
Public property HostId 取得事件接收器定義套用之物件的識別項。
Public property HostType 取得事件接收器定義套用的物件型別。
Public property Item[Guid] 從集合中取得具有指定識別項的事件接收器定義。
Public property Item[Int32] 取得集合中指定之索引處的SPEventReceiverDefinition物件。
Public property ItemId 取得事件接收器定義套用之項目的識別項。
Public property Site 取得事件接收器定義套用網站集合。
Public property Web 取得事件接收器定義套用的站台。

Top

Methods

  Name Description
Public method Add() 建立事件接收器定義集合中。
Public method Add(Guid) 事件接收器將定義加入至識別所指定的全域唯一識別項的集合。
Public method Add(Guid, SPList) 建立事件接收器定義中指定的 GUID 與Microsoft SharePoint Foundation清單為基礎的集合。
Public method Add(SPEventReceiverType, String) 建立遠端事件接收器定義根據指定的事件接收器型別和 url 的集合中。
Public method Add(SPEventReceiverType, String, String) 事件接收器將定義加入至已經與它的Assembly名稱、 Class名稱和事件接收者型別相關聯的集合。
Public method CopyTo 將集合的內容複製到指定的陣列指定索引處開始。
Public method Equals (Inherited from Object.)
Public method EventReceiverDefinitionExist 傳回指定集合中是否存在指定的Guid事件接收器定義Boolean變數。
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator 取得列舉值來逐一查看集合。 (Inherited from SPBaseCollection.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetTypedEnumerator<T> 傳回逐一查看集合的型別安全列舉值。 (Inherited from SPBaseCollection.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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

請參閱

參照

SPEventReceiverDefinitionCollection class

Microsoft.SharePoint namespace