IRemoteEventInfoContract.GetAddMethod 方法

定义

返回用于将事件处理程序委托添加到此 IRemoteEventInfoContract 标识的事件的方法。

public:
 System::AddIn::Contract::Automation::IRemoteMethodInfoContract ^ GetAddMethod();
public System.AddIn.Contract.Automation.IRemoteMethodInfoContract GetAddMethod ();
abstract member GetAddMethod : unit -> System.AddIn.Contract.Automation.IRemoteMethodInfoContract
Public Function GetAddMethod () As IRemoteMethodInfoContract

返回

一个 IRemoteMethodInfoContract,表示用于将事件处理程序委托添加到此 IRemoteEventInfoContract 标识的事件的方法。

注解

若要向事件添加委托,请调用 Invoke 返回的 的 IRemoteMethodInfoContractGetAddMethod 方法。 IRemoteDelegateContract将表示委托的 传递到 parametersInvoke参数中。

适用于