IRemoteEventInfoContract.GetRemoveMethod Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An IRemoteMethodInfoContract that represents the method that was used to remove an event handler delegate from the event that this IRemoteEventInfoContract identifies.
To remove a delegate from the event, call the Invoke method of the IRemoteMethodInfoContract that GetRemoveMethod returns. Pass an IRemoteDelegateContract that represents the delegate into the parameters
parameter of Invoke.
Produkt | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET er et åben kildekode projekt. Vælg et link for at give feedback: