Windows Windows { get; }
/** @property */ Windows get_Windows ()
function get Windows () : Windows
Sub WindowsExample() Dim win As Windows win = DTE2.Windows MsgBox("Number of windows: " & win.Count) End Sub