Share via


Window.Kind, propriété

Obtient une chaîne indiquant le type de fenêtre.

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

Syntaxe

'Déclaration
ReadOnly Property Kind As String
    Get
string Kind { get; }
property String^ Kind {
    String^ get ();
}
abstract Kind : string
function get Kind () : String

Valeur de propriété

Type : System.String
Chaîne représentant le type de fenêtre.

Notes

Les valeurs de retour sont "Document" ou "Tool".

Sécurité .NET Framework

Voir aussi

Référence

Window Interface

EnvDTE, espace de noms