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。 当指示元素或元素内BlockUIContainer的位置时TextPointer,可以返回 AUIElement。InlineUIContainer