SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) Método

Definición

Determina si el objeto actual admite propiedades que usan el contexto de descriptor de tipo especificado.

public:
 override bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context);
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext? context);
override this.GetPropertiesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetPropertiesSupported (context As ITypeDescriptorContext) As Boolean

Parámetros

context
ITypeDescriptorContext

que ITypeDescriptorContext proporciona un contexto de formato.

Devoluciones

true Es si GetProperties se puede llamar a para buscar las propiedades de un SelectionRange objeto; de lo contrario, falsees .

Comentarios

La implementación predeterminada siempre devuelve true.

Se aplica a

Consulte también