Proprietà Window.Kind

ottiene una stringa che indica il tipo di finestra.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
ReadOnly Property Kind As String
string Kind { get; }
property String^ Kind {
    String^ get ();
}
abstract Kind : string
function get Kind () : String

Valore proprietà

Tipo: System.String
Stringa che rappresenta il tipo di finestra.

Note

i valori restituiti sono “documento„ o “strumento„.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Window Interfaccia

Spazio dei nomi EnvDTE