Aracılığıyla paylaş


TypeProvider.IsSupportedProperty(PropertyInfo, Object) Yöntem

Tanım

Belirtilen özelliğin hedef .NET Framework desteklenip desteklenmediğini belirleyen bir değer döndürür.

public:
 bool IsSupportedProperty(System::Reflection::PropertyInfo ^ property, System::Object ^ declaringInstance);
public bool IsSupportedProperty (System.Reflection.PropertyInfo property, object declaringInstance);
member this.IsSupportedProperty : System.Reflection.PropertyInfo * obj -> bool
Public Function IsSupportedProperty (property As PropertyInfo, declaringInstance As Object) As Boolean

Parametreler

property
PropertyInfo

Çözümlendirecek özellik.

declaringInstance
Object

Belirtilen özelliğin bildirildiği örnek.

Döndürülenler

truebelirtilen özellik hedef .NET Framework destekleniyorsa; aksi takdirde , false.

Şunlara uygulanır