TextPointer.GetAdjacentElement(LogicalDirection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回在指定的邏輯方向與目前 TextPointer 相鄰的項目 (如果有的話)。
public:
System::Windows::DependencyObject ^ GetAdjacentElement(System::Windows::Documents::LogicalDirection direction);
public System.Windows.DependencyObject GetAdjacentElement (System.Windows.Documents.LogicalDirection direction);
member this.GetAdjacentElement : System.Windows.Documents.LogicalDirection -> System.Windows.DependencyObject
Public Function GetAdjacentElement (direction As LogicalDirection) As DependencyObject
參數
- direction
- LogicalDirection
其中一個 LogicalDirection 值,這個值會指定將在哪一個邏輯方向搜尋相鄰項目。
傳回
在指定的 direction
相鄰的項目,或者若沒有相鄰項目存在,則為 null
。
備註
傳回的專案通常是 TextElement 。 UIElement當 表示專案或專案 InlineUIContainer 內 BlockUIContainer 的位置時 TextPointer ,可以傳回 。