VBFixedStringAttribute.Length Proprietà

Definizione

Ottiene la lunghezza della stringa.

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

Valore della proprietà

Lunghezza della stringa.

Commenti

Il costruttore per questo attributo imposta questa proprietà quando viene VBFixedStringAttribute applicato a una stringa.

Si applica a

Vedi anche