VBFixedStringAttribute(Int32) Konstruktor

Definice

Inicializuje hodnotu SizeConst pole.

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

Parametry

Length
Int32

Délka pevného řetězce.

Poznámky

Konstruktor se spustí při použití atributu VBFixedStringAttribute na řetězec.

Platí pro

Viz také