共用方式為


TextPointer.GetAdjacentElement(LogicalDirection) 方法

定義

傳回在指定的邏輯方向與目前 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 值,這個值會指定將在哪一個邏輯方向搜尋相鄰項目。

傳回

DependencyObject

在指定的 direction 相鄰的項目,或者若沒有相鄰項目存在,則為 null

備註

傳回的專案通常是 TextElementUIElement當 表示專案或專案 InlineUIContainerBlockUIContainer 的位置時 TextPointer ,可以傳回 。

適用於

另請參閱