Item Property (IArguments)
Gets the
IValue argument at the specified index.
'Declaration
ReadOnly Default Property Item( _
ByVal As Integer _
) As IValue
'Usage
Dim instance As IArguments
Dim index As Integer
Dim value As IValue
value = instance.Item(index)
Parameters
- index
- An integer value indicates the index of argument.
Property Value
An
IValue instance indicates value of the specified argument.