Share via


VBFixedStringAttribute.Length 属性

定义

获取字符串的长度。

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

属性值

字符串的长度。

注解

此属性的构造函数在应用于字符串时 VBFixedStringAttribute 设置此属性。

适用于

另请参阅