Sdílet prostřednictvím


FontConverter.GetProperties Metoda

Definice

Načte sadu vlastností pro tento typ. Ve výchozím nastavení typ nemá žádné vlastnosti, které by bylo potřeba 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);
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

Popisovač typu, jehož prostřednictvím lze poskytnout další kontext.

value
Object

Hodnota objektu, pro který chcete získat vlastnosti.

attributes
Attribute[]

Pole Attribute objektů, které popisují vlastnosti.

Návraty

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

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

Platí pro