VBFixedStringAttribute(Int32) Costruttore

Definizione

Inizializza il valore del campo SizeConst.

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

Parametri

Length
Int32

Lunghezza della stringa fissa.

Commenti

Il costruttore viene eseguito quando l'attributo VBFixedStringAttribute viene applicato a una stringa.

Si applica a

Vedi anche