VBFixedStringAttribute.Length 属性

定义

获取字符串的长度。Gets the length of the string.

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

属性值

Int32

字符串的长度。The length of the string.

注解

当应用到字符串时,此特性的构造函数将设置此属性 VBFixedStringAttributeThe constructor for this attribute sets this property when the VBFixedStringAttribute is applied to a string.

适用于