TypeProvider.IsSupportedPropertyResolver 屬性

定義

取得或設定委派,這個委派會參考具有兩個參數的方法,以及一個傳回值,判斷目標.NET Framework中是否支援指定的屬性。

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)

屬性值

Func<PropertyInfo,Object,Boolean>

參考具有兩個參數之方法的委派,以及一個傳回值,決定目標.NET Framework中是否支援指定的屬性。

適用於