Sdílet prostřednictvím


ImageConverter.GetProperties Metoda

Definice

Získá sadu vlastností pro tento typ.

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ý 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 se neměly zobrazit žádné vlastnosti, může se vrátit null. Výchozí implementace vždy vrátí null.

Poznámky

Ve výchozím nastavení nevrací typ žádné vlastnosti. Jednoduchá implementace této metody volá metodu GetProperties pro správný datový typ.

Platí pro