Parameters.Item Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  TLI
Assembly:  Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Short _
) As ParameterInfo
'Usage
Dim instance As Parameters 
Dim Index As Short 
Dim value As ParameterInfo 

value = instance(Index)
ParameterInfo this[
    short Index
] { get; }
property ParameterInfo^ default[[InAttribute] short Index] {
    ParameterInfo^ get ([InAttribute] short Index);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: TLI.ParameterInfo

.NET Framework Security

See Also

Reference

Parameters Interface

Parameters Members

TLI Namespace