_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
屬性值
Windows 集合。
範例
Sub WindowsExample()
Dim win As Windows
win = DTE.Windows
MsgBox("Number of windows: " & win.Count)
End Sub
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。