SelectionRangeConverter.GetProperties Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve el conjunto de propiedades filtradas del 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
Parámetros
- context
- ITypeDescriptorContext
Interfaz ITypeDescriptorContext que proporciona un contexto de formato.
Devoluciones
Si es correcto, devuelve el conjunto de propiedades que deberían exponerse para el tipo SelectionRange; de lo contrario, null
.
Comentarios
La implementación predeterminada de este método no usa los context
parámetros o value
, sino que simplemente hace referencia a la llamada al método TypeDescriptor.TypeDescriptor.GetProperties(Type, Attribute[])