DesignPropertyDescriptor.CanResetValue(Object) 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 la réinitialisation de l'objet change sa valeur ou non.
public:
override bool CanResetValue(System::Object ^ component);
public:
override bool CanResetValue(Platform::Object ^ component);
override bool CanResetValue(winrt::Windows::Foundation::IInspectable const & component);
public override bool CanResetValue (object component);
override this.CanResetValue : obj -> bool
Public Overrides Function CanResetValue (component As Object) As Boolean
Paramètres
- component
- Object
Composant qui détient la propriété.
Retours
true si la réinitialisation du composant modifie sa valeur ; sinon, false.
Remarques
Cette méthode appelle la méthode de base.