VBFixedStringAttribute.Length Vlastnost

Definice

Získá délku řetězce.

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

Hodnota vlastnosti

Délka řetězce.

Poznámky

Konstruktor pro tento atribut nastaví tuto vlastnost při VBFixedStringAttribute použití na řetězec.

Platí pro

Viz také