SlideShowView.Player Method

Allows access to playback controls for the associated view in the current window.

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

Syntax

'Declaration
Function Player ( _
    ShapeId As Object _
) As Player
'Usage
Dim instance As SlideShowView
Dim ShapeId As Object
Dim returnValue As Player

returnValue = instance.Player(ShapeId)
Player Player(
    Object ShapeId
)

Parameters

Return Value

Type: Microsoft.Office.Interop.PowerPoint.Player

See Also

Reference

SlideShowView Interface

SlideShowView Members

Microsoft.Office.Interop.PowerPoint Namespace