DocumentWindows Interface
A collection of all the DocumentWindow objects that are currently open in Microsoft PowerPoint. This collection doesn't include open slide show windows, which are included in the SlideShowWindows collection.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("91493455-5A91-11CF-8700-00AA0060263B")> _
Public Interface DocumentWindows _
Inherits Collection
'Usage
Dim instance As DocumentWindows
[GuidAttribute("91493455-5A91-11CF-8700-00AA0060263B")]
public interface DocumentWindows : Collection