SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) Méthode

Définition

Détermine si l'objet en cours prend en charge les propriétés qui utilisent le contexte de descripteur de type spécifié.

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

Paramètres

context
ITypeDescriptorContext

ITypeDescriptorContext qui fournit un contexte de format.

Retours

Boolean

true si GetProperties peut être appelé pour rechercher les propriétés d'un objet SelectionRange ; sinon, false.

Remarques

L'implémentation par défaut retourne toujours true.

S’applique à

Voir aussi