SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) Método

Definición

Determina si el objeto actual admite propiedades que utilizan el contexto del descriptor de tipos 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

Interfaz ITypeDescriptorContext que proporciona un contexto de formato.

Devoluciones

Boolean

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

Comentarios

La implementación predeterminada siempre devuelve true.

Se aplica a

Consulte también