Rune.Utf16SequenceLength 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示此标量值所需的 UTF-16 序列的代码单元 (Char) 中的长度。
public:
property int Utf16SequenceLength { int get(); };
public int Utf16SequenceLength { get; }
member this.Utf16SequenceLength : int
Public ReadOnly Property Utf16SequenceLength As Integer
属性值
-
Int32
表示此标量值所需的 UTF-16 序列的代码单元长度 (Char) 。
注解
返回值为 1 或 2。
适用于