Sdílet prostřednictvím


SizeFConverter.GetProperties Metoda

Definice

Načte sadu vlastností typu SizeF pomocí zadaného kontextu a atributů.

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

Parametry

context
ITypeDescriptorContext

Prostřednictvím ITypeDescriptorContext kterého lze zadat další kontext.

value
Object

Chcete-li Object vrátit vlastnosti pro.

attributes
Attribute[]

Pole Attribute objektů, které popisují vlastnosti.

Návraty

Obsahující PropertyDescriptorCollection vlastnosti.

Poznámky

Tato metoda vždy vrací vlastnosti SizeF typu bez ohledu na value parametr .

Platí pro