RectangleConverter.GetPropertiesSupported(ITypeDescriptorContext) Méthode

Définition

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

ITypeDescriptorContext par l'intermédiaire duquel un contexte supplémentaire peut être fourni.

Retours

Cette méthode retourne true si GetProperties(ITypeDescriptorContext, Object, Attribute[]) doit être appelé pour rechercher les propriétés de cet objet ; sinon, false.

S’applique à