View.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 View
Dim ShapeId As Object
Dim returnValue As Player
returnValue = instance.Player(ShapeId)
Player Player(
Object ShapeId
)
Parameters
- ShapeId
Type: System.Object
The playback control.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Player