VBFixedArray Attribute

   
VBFixedArray Attribute

Class

Microsoft.VisualBasic.VBFixedArrayAttribute

Applies to

Field

Description

Defines a fixed array. It can be used in defining fixed arrays within structures, particularly structures that are to be passed to Win32 API functions, and for defining fixed-length structures used by VB file input and output functions.

Constructor

 New(   size1   [,   size2   ]) 
size1 (required; Integer)

The upper limit of the array's first dimension

size2 (optional; Integer)

The upper limit of the array's second dimension

Properties

Bounds (Array of Integer)

The upper bounds of a particular dimension of the array. The first dimension is represented by VBFixedArrayAttribute .Bounds(0) . The upper boundary of the array can be retrieved by calling the UBound function.

Length (Integer)

The total number of elements in all dimensions of the array.

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net