共用方式為


ISPEventReceiversHost.FetchEventReceivers method

取得與 SharePoint 物件相關聯的預先定義的事件接收器處理序的集合。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Sub FetchEventReceivers ( _
    <OutAttribute> ByRef count As Integer, _
    <OutAttribute> ByRef variantEventReceivers As Object _
)
'用途
Dim instance As ISPEventReceiversHost
Dim count As Integer
Dim variantEventReceivers As Object

instance.FetchEventReceivers(count, variantEventReceivers)
void FetchEventReceivers(
    out int count,
    out Object variantEventReceivers
)

參數

  • count
    Type: System.Int32

    定義預先定義的事件接收器的最大數目為 32 位元整數。

  • variantEventReceivers
    Type: System.Object

    可用的事件接收器物件的集合。

請參閱

參照

ISPEventReceiversHost interface

ISPEventReceiversHost members

Microsoft.SharePoint namespace