VBFixedArrayAttribute Costruttori

Definizione

Inizializza il valore della proprietà Bounds.

Overload

VBFixedArrayAttribute(Int32)

Inizializza il valore della proprietà Bounds.

VBFixedArrayAttribute(Int32, Int32)

Inizializza il valore della proprietà Bounds.

VBFixedArrayAttribute(Int32)

Source:
VBFixedArrayAttribute.vb
Source:
VBFixedArrayAttribute.vb
Source:
VBFixedArrayAttribute.vb

Inizializza il valore della proprietà Bounds.

public:
 VBFixedArrayAttribute(int UpperBound1);
public VBFixedArrayAttribute (int UpperBound1);
new Microsoft.VisualBasic.VBFixedArrayAttribute : int -> Microsoft.VisualBasic.VBFixedArrayAttribute
Public Sub New (UpperBound1 As Integer)

Parametri

UpperBound1
Int32

Inizializza il valore del campo superiore, che rappresenta le dimensioni della prima dimensione della matrice.

Commenti

Il costruttore viene eseguito quando l'attributo VBFixedArrayAttribute viene applicato a una matrice.

Vedi anche

Si applica a

VBFixedArrayAttribute(Int32, Int32)

Source:
VBFixedArrayAttribute.vb
Source:
VBFixedArrayAttribute.vb
Source:
VBFixedArrayAttribute.vb

Inizializza il valore della proprietà Bounds.

public:
 VBFixedArrayAttribute(int UpperBound1, int UpperBound2);
public VBFixedArrayAttribute (int UpperBound1, int UpperBound2);
new Microsoft.VisualBasic.VBFixedArrayAttribute : int * int -> Microsoft.VisualBasic.VBFixedArrayAttribute
Public Sub New (UpperBound1 As Integer, UpperBound2 As Integer)

Parametri

UpperBound1
Int32

Inizializza il valore del campo superiore, che rappresenta le dimensioni della prima dimensione della matrice.

UpperBound2
Int32

Inizializza il valore del campo superiore, che rappresenta le dimensioni della seconda dimensione della matrice.

Commenti

Il costruttore viene eseguito quando l'attributo VBFixedArrayAttribute viene applicato a una matrice.

Vedi anche

Si applica a