Overriding the method to get the selectable item from the current argument string and the current argument type
'Declaration
Protected Overrides Function GetSelItem( _
ByVal As System.String, _
ByVal As System.Enum _
) As System.Object
protected override System.object GetSelItem(
System.string ,
System.Enum
)
protected: System.Object* GetSelItem(
System.string* ,
System.Enum*
) 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
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