DependencyPropertyDescriptor.GetValue(Object) Method

Definition

Returns the current value of the property on a component.

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

Parameters

component
Object

The component instance.

Returns

Object

The requested value.

Remarks

This method relies on the underlying PropertyDescriptor.

Applies to