MultilineStringConverter.GetProperties 方法

定义

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

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);
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,或者,如果没有属性,则为 null

适用于

另请参阅