TypeProvider.IsSupportedProperty(PropertyInfo, Object) Metodo

Definizione

Restituisce un valore che determina se la proprietà specificata è supportata in .NET Framework di destinazione.

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

Parametri

property
PropertyInfo

Proprietà da risolvere.

declaringInstance
Object

Istanza nella quale viene dichiarata la proprietà specificata.

Restituisce

true se la proprietà specificata è supportata in .NET Framework di destinazione; in caso contrario, false.

Si applica a