Partager via


_EnvironmentGeneral.AutohidePinActiveTabOnly, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Property AutohidePinActiveTabOnly As Boolean
bool AutohidePinActiveTabOnly { get; set; }
property bool AutohidePinActiveTabOnly {
    bool get ();
    void set (bool value);
}
abstract AutohidePinActiveTabOnly : bool with get, set
function get AutohidePinActiveTabOnly () : boolean
function set AutohidePinActiveTabOnly (value : boolean)

Valeur de propriété

Type : System.Boolean
true si tous les onglets autres que l'onglet actif doivent être masqués, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

_EnvironmentGeneral Interface

EnvDTE, espace de noms