.NET Framework Class Library
ShellResult.ItemByIndex Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > ShellResult Class > ShellResult Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public string ItemByIndex( int pos |
Visual C++ |
|---|
public: String^ ItemByIndex( |
JavaScript |
|---|
function itemByIndex(pos); |
Parameters
pos
Type: System.Int32
result position [0,...,Count-1]
Return Value
result value
Remarks
See Also