Interop.ICustomTypeDescriptor.GetProperties 方法

定义

返回包含 Activity的属性集合。

重载

名称 说明
ICustomTypeDescriptor.GetProperties()

返回包含 Activity的属性集合。

ICustomTypeDescriptor.GetProperties(Attribute[])

返回使用指定属性数组作为筛选器的包含 Activity 属性的集合。

ICustomTypeDescriptor.GetProperties()

返回包含 Activity的属性集合。

 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 表示所包含 Activity属性的集合。

实现

注解

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

适用于

ICustomTypeDescriptor.GetProperties(Attribute[])

返回使用指定属性数组作为筛选器的包含 Activity 属性的集合。

 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[]

用于筛选属性的属性数组。

返回

包含 Activity的属性的集合。

实现

注解

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

适用于