DependencyPropertyDescriptor.GetValue(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回组件属性的当前值。
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。