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
- Bounds
Type: array<System.Int32[]%
Return Value
Type: System.Int16
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.