Compartir a través de


Binder.IsEvent(CSharpBinderFlags, String, Type) Método

Definición

Inicializa un nuevo enlazador de búsquedas de eventos de CSharp.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 static System::Runtime::CompilerServices::CallSiteBinder ^ IsEvent(Microsoft::CSharp::RuntimeBinder::CSharpBinderFlags flags, System::String ^ name, Type ^ context);
public static System.Runtime.CompilerServices.CallSiteBinder IsEvent (Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, Type context);
public static System.Runtime.CompilerServices.CallSiteBinder IsEvent (Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, Type? context);
static member IsEvent : Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags * string * Type -> System.Runtime.CompilerServices.CallSiteBinder
Public Shared Function IsEvent (flags As CSharpBinderFlags, name As String, context As Type) As CallSiteBinder

Parámetros

flags
CSharpBinderFlags

Marcas con las que se va a inicializar el enlazador.

name
String

Nombre del evento que se va a buscar.

context
Type

Objeto Type que indica dónde se usa esta operación.

Devoluciones

Nuevo enlazador de eventos de CSharp.

Se aplica a