SizeFConverter.GetProperties 方法

定义

使用指定的上下文和特性检索 SizeF 类型的属性集。

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

注解

无论参数如何value,此方法始终返回类型的SizeF属性。

适用于