SelectionRangeConverter.GetProperties Metodo

Definizione

Restituisce l'insieme di proprietà filtrate per il tipo SelectionRange.

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

Oggetto ITypeDescriptorContext che fornisce un contesto di formato.

value
Object

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

attributes
Attribute[]

Matrice di tipo Attribute usata come filtro.

Restituisce

In caso di esito positivo, l'insieme di proprietà che deve essere esposto per il tipo SelectionRange; in caso contrario, null.

Commenti

L'implementazione predefinita di questo metodo non usa i context parametri ovalue, ma fa semplicemente riferimento alla chiamata al metodo TypeDescriptor.TypeDescriptor.GetProperties(Type, Attribute[])

Si applica a

Vedi anche