.NET Framework Class Library
ShellResult.ItemByIndex Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > ShellResult Class > ShellResult Methods >

.NET Framework Class Library
ShellResult.ItemByIndex Method

Get result value at position pos.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function ItemByIndex ( _

 pos As Integer _
As String

C#

public string ItemByIndex(

 int pos
)

Visual C++

public:

StringItemByIndex(
 int pos
)

JavaScript

function itemByIndex(pos);

Parameters

pos

Type: System.Int32
result position [0,...,Count-1]

Return Value

result value

Remarks

See Also

ShellResult Class

ShellResult Members

MwPDMApi Namespace