ImageConverter.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.
Indique si cet objet prend en charge les propriétés. (false par défaut).
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
Descripteur de type via lequel un contexte supplémentaire peut être fourni.
Retours
Cette méthode retourne true si la GetProperties méthode doit être appelée pour rechercher les propriétés de cet objet.