DependencyPropertyDescriptor.GetValue(Object) 方法

定义

返回组件属性的当前值。

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

参数

component
Object

组件实例。

返回

请求的值。

注解

此方法依赖于基础 PropertyDescriptor

适用于