DTE2::Windows Property
Visual Studio 2015
Gets a Windows collection containing the windows that display in the object.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
_DTE::WindowsSub WindowsExample() Dim win As Windows win = DTE2.Windows MsgBox("Number of windows: " & win.Count) End Sub
Show: