Version

GetSelItem Method (DataPresenterRecordProxyBase)

Overriding the method to get the selectable item from the current argument string and the current argument type
Syntax
'Declaration
 
Protected Overrides Function GetSelItem( _
   ByVal sCrntArg As System.String, _
   ByVal crntType As System.Enum _
) As System.Object
protected override System.object GetSelItem( 
   System.string sCrntArg,
   System.Enum crntType
)
protected: System.Object* GetSelItem( 
   System.string* sCrntArg,
   System.Enum* crntType
) override 

Parameters

sCrntArg
Current argument string
crntType
Current argument type

Return Value

The selectable 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