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

IRemoteMethodInfoContract가 식별하는 이벤트에서 이벤트 처리기 대리자를 제거하는 데 사용된 메서드를 나타내는 IRemoteEventInfoContract입니다.

설명

이벤트의 대리자를 제거 하려면 호출을 Invoke 메서드의 IRemoteMethodInfoContractGetRemoveMethod 반환 합니다. 전달를 IRemoteDelegateContract 대리자를 나타내는 합니다 parameters 의 매개 변수 Invoke합니다.

적용 대상