DynamicActivity<TResult>.ICustomTypeDescriptor.GetProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回动态活动的属性集合。
重载
ICustomTypeDescriptor.GetProperties() |
返回动态活动的属性集合。 |
ICustomTypeDescriptor.GetProperties(Attribute[]) |
通过将指定的特性数组用作筛选器来返回动态活动的属性的集合。 |
ICustomTypeDescriptor.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
返回
属性集合。
实现
注解
此成员是显式接口成员的实现。 它只能在 DynamicActivity<TResult> 实例被强制转换为 ICustomTypeDescriptor 接口时使用。
适用于
ICustomTypeDescriptor.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[]
可以用作筛选器的数组。
返回
与指定特性匹配的属性的集合。
实现
注解
此成员是显式接口成员的实现。 它只能在 DynamicActivity<TResult> 实例被强制转换为 ICustomTypeDescriptor 接口时使用。