IRemoteEventInfoContract.GetRemoveMethod メソッド

定義

この IRemoteEventInfoContract が識別するイベントからイベント ハンドラー デリゲートを削除するために使用されたメソッドを返します。

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

返品

このIRemoteMethodInfoContractが識別するイベントからイベント ハンドラー デリゲートを削除するために使用されたメソッドを表すIRemoteEventInfoContract

注釈

イベントからデリゲートを削除するには、Invokeが返すIRemoteMethodInfoContractGetRemoveMethod メソッドを呼び出します。 デリゲートを表すIRemoteDelegateContractparametersInvoke パラメーターに渡します。

適用対象