PointConverter.GetProperties Metodo

Definizione

Recupera il gruppo di proprietà per questo tipo. Per impostazione predefinita, un tipo non restituisce alcuna proprietà.

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

Parametri

context
ITypeDescriptorContext

Descrittore del tipo tramite il quale è possibile fornire un contesto aggiuntivo.

value
Object

Valore dell'oggetto per il quale ottenere le proprietà.

attributes
Attribute[]

Matrice di oggetti Attribute che descrivono le proprietà.

Restituisce

Set di proprietà esposte per questo tipo di dati. Se non è esposta alcuna proprietà, il metodo può restituire null. L'implementazione predefinita restituisce sempre null.

Commenti

Una semplice implementazione di questo metodo può semplicemente chiamare GetProperties per il tipo di dati corretto.

Si applica a