SelectionRangeConverter.GetProperties 方法

定义

返回 SelectionRange 类型的筛选属性集。

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

如果成功,则为应向 SelectionRange 类型公开的属性集;否则为 null

注解

此方法的默认实现不使用 contextvalue 参数,而只是引用对 TypeDescriptor 的调用。TypeDescriptor.GetProperties(Type, Attribute[]) 方法。

适用于

另请参阅