Share via


Window.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 :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Property IsFloating As Boolean
    Get
    Set
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 : System.Boolean
true si la fenêtre flotte au-dessus d'autres fenêtres ; 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.

Sécurité .NET Framework

Voir aussi

Référence

Window Interface

EnvDTE, espace de noms