共用方式為


SizeFConverter.GetProperties 方法

定義

透過使用指定的內容和屬性 (Attribute),擷取 SizeF 的屬性 (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);
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

適用於