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 A UIElement は、要素または要素内のTextPointer位置を示す場合にBlockUIContainerInlineUIContainer返すことができます。

適用対象

こちらもご覧ください