GetItemPosition

Returns the position of a specific item in the list of presentation items using its ID.

 

JavaScript

 

GetItemPosition(

       ItemID)

 

C#

 

IPosition80 GetItemPosition (

       string ItemID)

 

C++

 

HRESULT GetItemPosition (

       [in] BSTR ItemID,

       {out, retval] IPosition80** pVal)

Parameters

ItemID

The ID of the presentation item whose position you want to retrieve .

Return Value

pVal

An IPosition80 representing the position of the item in the presentation list.

 

Exceptions

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