SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) Méthode

Définition

Détermine si l’objet actuel 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

Qui ITypeDescriptorContext fournit un contexte de format.

Retours

true si GetProperties vous pouvez appeler pour rechercher les propriétés d’un SelectionRange objet ; sinon, false.

Remarques

L’implémentation par défaut retourne truetoujours .

S’applique à

Voir aussi