_DTE.Windows Property

Gets a Windows collection containing the windows that display in the object.

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

Syntax

'Declaration
ReadOnly Property Windows As Windows
Windows Windows { get; }
property Windows^ Windows {
    Windows^ get ();
}
abstract Windows : Windows
function get Windows () : Windows

Property Value

Type: EnvDTE.Windows
A Windows collection.

Examples

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

.NET Framework Security

See Also

Reference

_DTE Interface

EnvDTE Namespace