Share via


DependencyPropertyDescriptor.GetValue(Object) Metodo

Definizione

Restituisce il valore corrente della proprietà per un componente.

public:
 override System::Object ^ GetValue(System::Object ^ component);
public override object GetValue (object component);
override this.GetValue : obj -> obj
Public Overrides Function GetValue (component As Object) As Object

Parametri

component
Object

Istanza del componente.

Restituisce

Valore richiesto.

Commenti

Questo metodo si basa sull'oggetto sottostante PropertyDescriptor.

Si applica a