_DTE.Windows-Eigenschaft

Aktualisiert: November 2007

Ruft eine Windows-Auflistung ab, die die im Objekt angezeigten Fenster enthält.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

ReadOnly Property Windows As Windows

Dim instance As _DTE
Dim value As Windows

value = instance.Windows
Windows Windows { get; }
property Windows^ Windows {
    Windows^ get ();
}
function get Windows () : Windows

Eigenschaftenwert

Typ: EnvDTE.Windows

Eine Windows-Auflistung.

Beispiele

Sub WindowsExample()
   Dim win As Windows
   win = DTE.Windows
   MsgBox("Number of windows: " & win.Count)
End Sub

Berechtigungen

Siehe auch

Referenz

_DTE-Schnittstelle

_DTE-Member

EnvDTE-Namespace