LinkArea.LinkAreaConverter.GetProperties 方法

定义

检索此类型的属性集。

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

一个类型说明符,可通过它来提供额外的上下文。

value
Object

要获取其属性的对象的值。

attributes
Attribute[]

要获取其属性的对象的特性。

返回

PropertyDescriptorCollection

应向此数据类型公开的属性集。 如果不应公开任何属性,则该方法可返回 null。 默认实现始终返回 null

注解

默认情况下,类型不返回任何属性。 此方法的简单实现只需调用 GetProperties 正确的数据类型。

适用于