共用方式為


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將表示委派的 傳遞至 parametersInvoke參數。

適用於