Share via


NullableConverter.GetProperties Metoda

Definice

Vrátí kolekci vlastností pro typ pole určený parametrem value 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

Objekt ITypeDescriptorContext , který poskytuje kontext formátu.

value
Object

Určuje Object typ pole, pro které chcete získat vlastnosti.

attributes
Attribute[]

Pole typu Attribute , které se používá jako filtr.

Návraty

A PropertyDescriptorCollection s vlastnostmi, které jsou zpřístupněny pro tento datový typ, nebo null pokud neexistují žádné vlastnosti.

Platí pro

Viz také