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

注解

返回的元素通常是一个 TextElement。 当指示元素或元素内BlockUIContainer的位置时TextPointer,可以返回 AUIElementInlineUIContainer

适用于

另请参阅