VBFixedStringAttribute(Int32) Constructor

Definition

Initializes the value of the SizeConst field.

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

Parameters

Length
Int32

The length of the fixed string.

Remarks

The constructor runs when the VBFixedStringAttribute attribute is applied to a string.

Applies to

See also