Aracılığıyla paylaş


TypeProvider.IsSupportedPropertyResolver Özellik

Tanım

Hedef .NET Framework belirtilen özelliğin desteklenip desteklenmediğini belirleyen iki parametre ve bir dönüş değeri ile bir yönteme başvuran temsilciyi alır veya ayarlar.

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)

Özellik Değeri

Func<PropertyInfo,Object,Boolean>

Belirtilen özelliğin hedef .NET Framework desteklenip desteklenmediğini belirleyen iki parametreli ve bir dönüş değerine sahip bir yönteme başvuran temsilci.

Şunlara uygulanır