TextPointer.GetTextRunLength(LogicalDirection) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前 TextPointer 与指定逻辑方向上的下一个非文本符号之间的 Unicode 字符数。
public:
int GetTextRunLength(System::Windows::Documents::LogicalDirection direction);
public int GetTextRunLength (System.Windows.Documents.LogicalDirection direction);
member this.GetTextRunLength : System.Windows.Documents.LogicalDirection -> int
Public Function GetTextRunLength (direction As LogicalDirection) As Integer
参数
- direction
- LogicalDirection
LogicalDirection 值之一,它指定计数字符数时的逻辑方向。
返回
当前 TextPointer 与下一个非文本符号之间的 Unicode 字符数。 如果没有相邻文本,则此数目可以为 0。
注解
以下任一项被视为符号:
元素的 TextElement 开始或结束标记。
UIElement包含在或 InlineUIContainer . BlockUIContainer中的元素。 请注意,此类 UIElement 始终只算为一个符号;任何其他内容或元素不包含 UIElement 在符号中。
文本 Run 元素内的 16 位 Unicode 字符。