共用方式為


_DTE.Windows 屬性

更新:2007 年 11 月

取得 Windows 集合,此集合包含在物件中顯示的視窗。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

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

屬性值

型別:EnvDTE.Windows

Windows 集合。

範例

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

使用權限

請參閱

參考

_DTE 介面

_DTE 成員

EnvDTE 命名空間