This topic has not yet been rated - Rate this topic

DTE2.Windows Property 

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

Namespace: EnvDTE80
Assembly: EnvDTE80 (in envdte80.dll)

Windows Windows { get; }
/** @property */
Windows get_Windows ()

function get Windows () : Windows

Property Value

A Windows collection.
Sub WindowsExample()
   Dim win As Windows
   win = DTE2.Windows
   MsgBox("Number of windows: " & win.Count)
End Sub
Did you find this helpful?
(1500 characters remaining)
Advertisement