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