GetItem

Returns an interface to the presentation item based on its ID. If this item and its ID were defined in a PresentationJSON, this ID should be passed. Otherwise an ID automatically generated by the system should be passed.

 

JavaScript

 

GetItem (

       ItemID)

 

C#

 

IPresentationItem80 GetItem (

       string ItemID)

 

C++

 

HRESULT GetItem (

       [in] BSTR ItemID,

       [out, retval] IPresentationItem80** pIPresentationItem80)

Parameters

ItemID

The ID of the presentation item requested. Returns a presentation item based on its ID. If this item and its ID were defined in a PresentationJSON, this ID is returned. Otherwise an ID automatically generated by the system is returned.

Return Value

pIPresentationItem80

An IPresentationItem80 representing the presentation item with the specified ID.

Exceptions

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