次の方法で共有


Binder.IsEvent(CSharpBinderFlags, String, Type) メソッド

定義

CSharp の新しいイベント確認バインダーを初期化します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

flags
CSharpBinderFlags

バインダーの初期化に使用するフラグ。

name
String

検索するイベントの名前。

context
Type

この操作の使用場所を示す Type

戻り値

CSharp の新しいイベント バインダー。

適用対象