PointConverter.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 cet objet prend en charge les propriétés. Par défaut, cette valeur est false
.
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
TypeDescriptor par l'intermédiaire duquel un contexte supplémentaire peut être fourni.
Retours
true
si GetProperties(ITypeDescriptorContext, Object, Attribute[]) doit être appelé pour rechercher les propriétés de cet objet ; sinon false
.