ActivityDesigner.OnSmartTagVisibilityChanged(Boolean) 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.
Notifie le ActivityDesigner si une balise active doit être affichée ou masquée.
protected:
virtual void OnSmartTagVisibilityChanged(bool visible);
protected virtual void OnSmartTagVisibilityChanged (bool visible);
abstract member OnSmartTagVisibilityChanged : bool -> unit
override this.OnSmartTagVisibilityChanged : bool -> unit
Protected Overridable Sub OnSmartTagVisibilityChanged (visible As Boolean)
Paramètres
- visible
- Boolean
true
pour indiquer que la balise active doit être affichée ; false
pour indiquer que la balise active doit être masquée.