Partager via


TypeProvider.IsSupportedProperty(PropertyInfo, Object) Méthode

Définition

Retourne une valeur qui détermine si la propriété spécifiée est prise en charge dans le .NET Framework cible.

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

Paramètres

property
PropertyInfo

Propriété à résoudre.

declaringInstance
Object

Instance dans laquelle la propriété spécifiée est déclarée.

Retours

Boolean

truesi la propriété spécifiée est prise en charge dans le .NET Framework cible ; sinon, false.

S’applique à