ActivityBindTypeConverter.GetProperties 方法

定义

使用指定的上下文和属性 (Attribute) 返回由 value 参数指定的数组类型的属性 (Property) 集合。

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ value, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, value As Object, attributes As Attribute()) As PropertyDescriptorCollection

参数

context
ITypeDescriptorContext

提供格式上下文的 ITypeDescriptorContext

value
Object

一个 Object,它指定要为其获取属性的数组类型。

attributes
Attribute[]

用作筛选器的 Attribute 数组。

返回

包含为此数据类型公开的属性的 PropertyDescriptorCollection;如果未包含属性,则为空引用(在 Visual Basic 中为 Nothing)。

适用于