SubMenuStyle.ICustomTypeDescriptor.GetProperties 方法

定义

有关此成员的说明,请参见 GetProperties

重载

ICustomTypeDescriptor.GetProperties()

有关此成员的说明,请参见 GetProperties()

ICustomTypeDescriptor.GetProperties(Attribute[])

有关此成员的说明,请参见 GetProperties(Attribute[])

注解

此成员是显式接口成员的实现。 它只能在实例强制转换为ICustomTypeDescriptor接口时SubMenuStyle使用。

ICustomTypeDescriptor.GetProperties()

有关此成员的说明,请参见 GetProperties()

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

返回

PropertyDescriptorCollection

包含此实例的属性的 PropertyDescriptorCollection

实现

注解

此成员是显式接口成员的实现。 它只能在实例强制转换为ICustomTypeDescriptor接口时SubMenuStyle使用。

适用于

ICustomTypeDescriptor.GetProperties(Attribute[])

有关此成员的说明,请参见 GetProperties(Attribute[])

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

参数

attributes
Attribute[]

用作筛选器的 Attribute 类型数组。

返回

PropertyDescriptorCollection

一个 PropertyDescriptorCollection 对象,它包含此实例的筛选属性。

实现

注解

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

适用于