DTE2.Windows 属性

获取 Windows 集合,其中包含在对象中显示的窗口。

命名空间:  EnvDTE80
程序集:  EnvDTE80(在 EnvDTE80.dll 中)

语法

声明
ReadOnly Property Windows As Windows
Windows Windows { get; }
property Windows^ Windows {
    Windows^ get ();
}
abstract Windows : Windows with get
function get Windows () : Windows

属性值

类型:Windows
一个 Windows 集合。

示例

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

.NET Framework 安全性

请参阅

参考

DTE2 接口

EnvDTE80 命名空间