VBFixedArrayAttribute 建構函式

定義

初始化 Bounds 屬性的值。

多載

VBFixedArrayAttribute(Int32)

初始化 Bounds 屬性的值。

VBFixedArrayAttribute(Int32, Int32)

初始化 Bounds 屬性的值。

VBFixedArrayAttribute(Int32)

來源:
VBFixedArrayAttribute.vb
來源:
VBFixedArrayAttribute.vb
來源:
VBFixedArrayAttribute.vb

初始化 Bounds 屬性的值。

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

參數

UpperBound1
Int32

初始化上方欄位的值,此值代表陣列第一個維度的大小。

備註

當屬性套用至陣列時, VBFixedArrayAttribute 建構函式就會執行。

另請參閱

適用於

VBFixedArrayAttribute(Int32, Int32)

來源:
VBFixedArrayAttribute.vb
來源:
VBFixedArrayAttribute.vb
來源:
VBFixedArrayAttribute.vb

初始化 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)

參數

UpperBound1
Int32

初始化上方欄位的值,此值代表陣列第一個維度的大小。

UpperBound2
Int32

初始化上欄位值,此值代表陣列第二個維度的大小。

備註

當屬性套用至陣列時, VBFixedArrayAttribute 建構函式就會執行。

另請參閱

適用於