SPEventReceiverDefinitionCollection members
Include protected members
Include inherited members
表示用來列舉已註冊的事件接收器的Microsoft SharePoint Foundation物件可以有事件的清單的SPEventReceiverDefinition物件的集合。
The SPEventReceiverDefinitionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | 取得集合中的事件接收器定義數目。 (Overrides SPBaseCollection.Count.) | |
HostId | 取得事件接收器定義套用之物件的識別項。 | |
HostType | 取得事件接收器定義套用的物件型別。 | |
Item[Guid] | 從集合中取得具有指定識別項的事件接收器定義。 | |
Item[Int32] | 取得集合中指定之索引處的SPEventReceiverDefinition物件。 | |
ItemId | 取得事件接收器定義套用之項目的識別項。 | |
Site | 取得事件接收器定義套用網站集合。 | |
Web | 取得事件接收器定義套用的站台。 |
Top
Methods
Name | Description | |
---|---|---|
Add() | 建立事件接收器定義集合中。 | |
Add(Guid) | 事件接收器將定義加入至識別所指定的全域唯一識別項的集合。 | |
Add(Guid, SPList) | 建立事件接收器定義中指定的 GUID 與Microsoft SharePoint Foundation清單為基礎的集合。 | |
Add(SPEventReceiverType, String) | 建立遠端事件接收器定義根據指定的事件接收器型別和 url 的集合中。 | |
Add(SPEventReceiverType, String, String) | 事件接收器將定義加入至已經與它的Assembly名稱、 Class名稱和事件接收者型別相關聯的集合。 | |
CopyTo | 將集合的內容複製到指定的陣列指定索引處開始。 | |
Equals | (Inherited from Object.) | |
EventReceiverDefinitionExist | 傳回指定集合中是否存在指定的Guid事件接收器定義Boolean變數。 | |
Finalize | (Inherited from Object.) | |
GetEnumerator | 取得列舉值來逐一查看集合。 (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | 傳回逐一查看集合的型別安全列舉值。 (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | 陣列,指定的陣列索引處開始複製集合的項目。 (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | 取得布林值,這個值,指出對集合的存取是否同步處理或安全執行緒。 (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | 取得用於同步化存取集合的物件。 (Inherited from SPBaseCollection.) |
Top