CharacterBufferRange.Length 属性

定义

获取文本源字符存储区中字符的数目。

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

属性值

Int32

一个表示总字符数的 Int32 值。

适用于