Version

GetCarouselItemFromArg Method

Retrieves the CarouselItem from its QTP variant for the Replay action.
Syntax
'Declaration
 
Protected Function GetCarouselItemFromArg( _
   ByVal oCarouselItemIdentifier As System.Object, _
   ByVal bValidate As System.Boolean _
) As System.Object
protected System.object GetCarouselItemFromArg( 
   System.object oCarouselItemIdentifier,
   System.bool bValidate
)
protected: System.Object* GetCarouselItemFromArg( 
   System.Object* oCarouselItemIdentifier,
   System.bool bValidate
) 

Parameters

oCarouselItemIdentifier
Incoming QTP variant parameter representing a single CarouselItem value
bValidate
If true throw exceptions if unable to parse into a single of CarouselItem value

Return Value

CarouselBase object parsed from the incoming QTP variant
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also