Item method
- Last UpdatedJul 22, 2024
- 1 minute read
Returns the CommandResult object by index.
Class
ICommandResults
Syntax
[C#]
ICommandResult get_Item(
int index
);
[Visual C++]
HRESULT Item(
[in] LONG index,
[out, retval] ICommandResult** customResult
);
Parameters
index
The Index of the CommandObject. This is a numeric value from 1 to count.
customResult
The returned CommandResult object.