TextPointer.GetAdjacentElement(LogicalDirection) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Sąsiedni element w określonym direction
elemecie , 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.