VBFixedStringAttribute(Int32) Konstruktor

Definition

Initierar värdet för fältet SizeConst .

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

Parametrar

Length
Int32

Längden på den fasta strängen.

Kommentarer

Konstruktorn körs när VBFixedStringAttribute attributet tillämpas på en sträng.

Gäller för

Se även