NullableConverter.GetProperties Metodo

Definizione

Restituisce una raccolta di proprietà per il tipo di matrice specificato dal parametro value, utilizzando il contesto e gli attributi specificati.

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);
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

Parametri

context
ITypeDescriptorContext

Oggetto ITypeDescriptorContext che fornisce un contesto di formato.

value
Object

Oggetto Object che specifica il tipo di matrice per cui ottenere le proprietà.

attributes
Attribute[]

Matrice di tipo Attribute utilizzata come filtro.

Valori restituiti

Oggetto PropertyDescriptorCollection con le proprietà esposte per questo tipo di dati o null se non sono presenti proprietà.

Si applica a

Vedi anche