Share via


SlideShowWindows.Item Property

Returns a single SlideShowWindow object from the specified SlideShowWindows 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 SlideShowWindow
    Get
'Usage
Dim instance As SlideShowWindows
Dim Index As Integer
Dim value As SlideShowWindow

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

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.SlideShowWindow

See Also

Reference

SlideShowWindows Interface

SlideShowWindows Members

Microsoft.Office.Interop.PowerPoint Namespace