Share via


PointConverter.GetProperties Metoda

Definice

Načte sadu vlastností pro tento typ. Ve výchozím nastavení typ nevrací žádné vlastnosti.

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

Popisovač typu, 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é jsou zpřístupněny pro tento datový typ. Pokud nejsou vystaveny žádné vlastnosti, může tato metoda vrátit null. Výchozí implementace vždy vrátí null.

Poznámky

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

Platí pro