VarTypeInfo.ArrayBounds Method

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
Function ArrayBounds ( _
    <OutAttribute> ByRef Bounds As Integer() _
) As Short
'Usage
Dim instance As VarTypeInfo 
Dim Bounds As Integer()
Dim returnValue As Short 

returnValue = instance.ArrayBounds(Bounds)
short ArrayBounds(
    out int[] Bounds
)
short ArrayBounds(
    [OutAttribute] array<int>^% Bounds
)
function ArrayBounds(
    Bounds : int[]
) : short

Parameters

Return Value

Type: System.Int16

.NET Framework Security

See Also

Reference

VarTypeInfo Interface

VarTypeInfo Members

TLI Namespace