Condividi tramite


IRemoteTypeContract.GetEvent(String, BindingFlags) Metodo

Definizione

Restituisce un oggetto IRemoteEventInfoContract che consente di accedere a un evento specificato dell'oggetto IRemoteTypeContract corrente.

public:
 System::AddIn::Contract::Automation::IRemoteEventInfoContract ^ GetEvent(System::String ^ name, System::Reflection::BindingFlags bindingFlags);
public System.AddIn.Contract.Automation.IRemoteEventInfoContract GetEvent (string name, System.Reflection.BindingFlags bindingFlags);
abstract member GetEvent : string * System.Reflection.BindingFlags -> System.AddIn.Contract.Automation.IRemoteEventInfoContract
Public Function GetEvent (name As String, bindingFlags As BindingFlags) As IRemoteEventInfoContract

Parametri

name
String

Nome di un evento dell'oggetto IRemoteTypeContract corrente.

bindingFlags
BindingFlags

Combinazione bit per bit dei valori di BindingFlags che specifica come cercare l'evento.

Restituisce

Oggetto IRemoteEventInfoContract che consente di accedere all'evento specificato, se viene trovato, in caso contrario null.

Si applica a