StringInfo.LengthInTextElements 属性
定义
获取当前 StringInfo 对象中的文本元素数量。Gets the number of text elements in the current StringInfo object.
public:
property int LengthInTextElements { int get(); };
public int LengthInTextElements { get; }
member this.LengthInTextElements : int
Public ReadOnly Property LengthInTextElements As Integer
属性值
此 StringInfo 对象中基本字符、代理项对和组合字符序列的数量。The number of base characters, surrogate pairs, and combining character sequences in this StringInfo object.