SubMenuStyle.ICustomTypeDescriptor.GetDefaultProperty 方法

定义

有关此成员的说明,请参阅 GetDefaultProperty()

 virtual System::ComponentModel::PropertyDescriptor ^ System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() = System::ComponentModel::ICustomTypeDescriptor::GetDefaultProperty;
System.ComponentModel.PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
override this.System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
Function GetDefaultProperty () As PropertyDescriptor Implements ICustomTypeDescriptor.GetDefaultProperty

返回

一个 PropertyDescriptor 对象,表示此对象的默认属性,或者 null 该对象没有属性。

实现

注解

此成员是显式接口成员实现。 仅当实例强制转换为SubMenuStyle接口时ICustomTypeDescriptor,才能使用它。

适用于