_Presentation.Windows Property

Returns a DocumentWindows collection that represents all document windows associated with the specified presentation. 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 _Presentation
Dim value As DocumentWindows

value = instance.Windows
DocumentWindows Windows { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.DocumentWindows

Remarks

This property doesn't return any slide show windows associated with the presentation.

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace