_Application.Windows Property
Returns a DocumentWindows collection that represents all open document windows. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Windows As DocumentWindows
Get
'Usage
Dim instance As _Application
Dim value As DocumentWindows
value = instance.Windows
DocumentWindows Windows { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.DocumentWindows