PlayFromID

Plays from a specified presentation step.

 

JavaScript

 

PlayFromID(

       PresentationItemID)

 

C#

 

void PlayFromID (

       string PresentationItemID)

 

C++

 

HRESULT PlayFromID (

       [in] BSTR PresentationItemID)

Parameters

PresentationItemID

The ID of the presentation step from which to start playing.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.