Udostępnij za pośrednictwem


TextPointer.GetAdjacentElement(LogicalDirection) Metoda

Definicja

Zwraca element , jeśli istnieje, który obramuje bieżący TextPointer w określonym kierunku logicznym.

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

Parametry

direction
LogicalDirection

LogicalDirection Jedna z wartości określających kierunek logiczny, w którym ma być wyszukiwany sąsiedni element.

Zwraca

DependencyObject

Sąsiedni element w określonym directionelemecie , lub null jeśli nie istnieje żaden sąsiedni element.

Uwagi

Zwracany element jest zazwyczaj elementem TextElement. Element UIElement może zostać zwrócony, gdy TextPointer element wskazuje pozycję wewnątrz BlockUIContainer elementu lub InlineUIContainer elementu.

Dotyczy

Zobacz też