Version

GetSelItem Method (RecordReplayProxyBase)

Returns the item from the current argument string and the current argument type
Syntax
'Declaration
 
Protected Overridable Function GetSelItem( _
   ByVal sCrntArg As System.String, _
   ByVal crntType As System.Enum _
) As System.Object
protected virtual System.object GetSelItem( 
   System.string sCrntArg,
   System.Enum crntType
)
protected: virtual System.Object* GetSelItem( 
   System.string* sCrntArg,
   System.Enum* crntType
) 

Parameters

sCrntArg
Current argument string
crntType
Current argument type

Return Value

The item obtained from the current argument string and the current argument type
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