IRemoteEventInfoContract.GetRemoveMethod Método
Definição
Retorna o método que foi usado para remover um delegado de manipulador de eventos do evento que esse IRemoteEventInfoContract identifica.Returns the method that was used to remove an event handler delegate from the event that this IRemoteEventInfoContract identifies.
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
Retornos
Um IRemoteMethodInfoContract que representa o método que foi usado para remover um delegado de manipulador de eventos do evento que esse IRemoteEventInfoContract identifica.An IRemoteMethodInfoContract that represents the method that was used to remove an event handler delegate from the event that this IRemoteEventInfoContract identifies.
Comentários
Para remover um delegado do evento, chame o Invoke método do IRemoteMethodInfoContract que GetRemoveMethod retorna.To remove a delegate from the event, call the Invoke method of the IRemoteMethodInfoContract that GetRemoveMethod returns. Passe um IRemoteDelegateContract que represente o delegado no parameters parâmetro de Invoke .Pass an IRemoteDelegateContract that represents the delegate into the parameters parameter of Invoke.