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或 BlockUIContainer 中包含的 InlineUIContainer 專案。 請注意,這類 UIElement 一律會計算為完全相同的一個符號;所包含的 UIElement 任何其他內容或元素不會算為符號。
文字 Run 專案內的 16 位 Unicode 字元。