CustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个对象,该对象包含指定的属性描述符所描述的属性。
public:
virtual System::Object ^ GetPropertyOwner(System::ComponentModel::PropertyDescriptor ^ pd);
public virtual object GetPropertyOwner (System.ComponentModel.PropertyDescriptor pd);
public virtual object? GetPropertyOwner (System.ComponentModel.PropertyDescriptor? pd);
abstract member GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
override this.GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
Public Overridable Function GetPropertyOwner (pd As PropertyDescriptor) As Object
参数
要检索其所属对象的属性描述符。
返回
一个 Object,拥有该类型说明符指定的给定属性。 默认值为 null
。
实现
注解
如果将父自定义类型描述符传递到构造函数中 CustomTypeDescriptor ,该方法 GetPropertyOwner 将调用父级的相应方法。