SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 .