IRemoteEventInfoContract.GetRemoveMethod 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回用來從這個 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將表示委派的 傳遞至 parameters
的 Invoke參數。