TypeProvider.IsSupportedPropertyResolver プロパティ

定義

指定したプロパティがターゲット .NET Frameworkでサポートされているかどうかを決定する 2 つのパラメーターと 1 つの戻り値を持つメソッドを参照するデリゲートを取得または設定します。

public:
 property Func<System::Reflection::PropertyInfo ^, System::Object ^, bool> ^ IsSupportedPropertyResolver { Func<System::Reflection::PropertyInfo ^, System::Object ^, bool> ^ get(); void set(Func<System::Reflection::PropertyInfo ^, System::Object ^, bool> ^ value); };
public Func<System.Reflection.PropertyInfo,object,bool> IsSupportedPropertyResolver { get; set; }
member this.IsSupportedPropertyResolver : Func<System.Reflection.PropertyInfo, obj, bool> with get, set
Public Property IsSupportedPropertyResolver As Func(Of PropertyInfo, Object, Boolean)

プロパティ値

指定したプロパティがターゲット .NET Frameworkでサポートされているかどうかを決定する 2 つのパラメーターと 1 つの戻り値を持つメソッドを参照するデリゲート。

適用対象