Sdílet prostřednictvím


SizeConverter.GetProperties Metoda

Definice

Načte sadu vlastností pro tento typ. Ve výchozím nastavení typ nemá žádné vlastnosti, které by se měly vrátit.

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

A TypeDescriptor , jehož prostřednictvím lze poskytnout další kontext.

value
Object

Hodnota objektu, pro který se mají získat vlastnosti.

attributes
Attribute[]

Pole Attribute objektů, které popisují vlastnosti.

Návraty

Sada vlastností, které by měly být vystaveny pro tento datový typ. Pokud by neměly být vystaveny žádné vlastnosti, může to vrátit null. Výchozí implementace vždy vrátí null.

Poznámky

Jednoduchá implementace této metody může volat metodu GetProperties pro správný datový typ.

Platí pro