Step

Gets the IPresentationStep66 element in the specified zero-based index. To access a specific element use the following syntax: IPresentationSteps66(index).

C# exposes this property as an indexer accessed using the following syntax: IPresentationSteps66[index].

 

JavaScript

 

Step(

       Index,

       pVal)

 

C#

 

dynamic this[object Index] { get; }

 

C++

 

HRESULT Step(

       [in] VARIANT Index,

       [out, retval] VARIANT* pVal)