Share via


DocumentWindows.Item Property

Returns a single DocumentWindow object from the specified DocumentWindows collection

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Integer _
) As DocumentWindow
    Get
'Usage
Dim instance As DocumentWindows
Dim Index As Integer
Dim value As DocumentWindow

value = instance.Item(Index)
DocumentWindow this[
    int Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.DocumentWindow

See Also

Reference

DocumentWindows Interface

DocumentWindows Members

Microsoft.Office.Interop.PowerPoint Namespace