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 내부 위치를 나타내는 BlockUIContainer 요소 또는 InlineUIContainer 요소입니다.