Partager via


Window2.IsFloating, propriété

Obtient ou définit une valeur indiquant si la fenêtre Outil flotte au-dessus des autres fenêtres.

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

Syntaxe

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

Valeur de propriété

Type : Boolean
true si la fenêtre est une fenêtre Outil ; sinon, false.

Notes

IsFloating génère une erreur si la fenêtre est une fenêtre Document.

Exemples

IsFloating nécessite une fenêtre Outil. Pour obtenir un exemple d'utilisation de cette propriété, consultez l'exemple ToolWindow sur la page Web des exemples Automation de Visual Studio à l'adresse suivante : https://www.microsoft.com/downloads/details.aspx?familyid=3ff9c915-30e5-430e-95b3-621dccd25150&displaylang=en

Sécurité .NET Framework

Voir aussi

Référence

Window2 Interface

EnvDTE80, espace de noms