Sdílet prostřednictvím


Binder.IsEvent(CSharpBinderFlags, String, Type) Metoda

Definice

Inicializuje nový CSharp je pořadač událostí.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

flags
CSharpBinderFlags

Příznaky, pomocí kterých se má inicializovat pořadač.

name
String

Název události, která se má hledat.

context
Type

Označuje Type , kde se tato operace používá.

Návraty

Nový CSharp je pořadač událostí.

Platí pro