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