IRemoteEventInfoContract.GetAddMethod Method

Definition

Returns the method that was used to add an event handler delegate to the event that this IRemoteEventInfoContract identifies.

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

Returns

An IRemoteMethodInfoContract that represents the method that was used to add an event handler delegate to the event that this IRemoteEventInfoContract identifies.

Remarks

To add a delegate to the event, call the Invoke method of the IRemoteMethodInfoContract that GetAddMethod returns. Pass an IRemoteDelegateContract that represents the delegate into the parameters parameter of Invoke.

Applies to