Condividi tramite


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 with get
function get Kind () : String

Valore proprietà

Tipo: 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