次の方法で共有


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呼び出します。 デリゲートをIRemoteDelegateContract表す を の パラメーターInvokeparameters渡します。

適用対象