WebPartMenuStyle.ICustomTypeDescriptor.GetProperties 方法

定义

返回此组件实例的属性。 此方法实现重载的 GetProperties 方法。

重载

ICustomTypeDescriptor.GetProperties()

返回此组件实例的属性。 此方法实现 GetProperties() 重载方法。

ICustomTypeDescriptor.GetProperties(Attribute[])

使用特性数组作为筛选器,返回此组件实例的属性。 此方法实现 GetProperties(Attribute[]) 重载方法。

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

实现

注解

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

适用于

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,表示筛选出的此对象的属性。

实现

适用于