IVisualTreeElement 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public interface class IVisualTreeElement
public interface IVisualTreeElement
type IVisualTreeElement = interface
Public Interface IVisualTreeElement
- 파생
메서드
GetVisualChildren() |
요소의 시각적 자식에 대한 읽기 전용 목록을 가져옵니다. |
GetVisualParent() |
요소의 시각적 부모를 가져옵니다. |
확장 메서드
GetVisualElementWindow(IVisualTreeElement) |
요소가 하나 안에 포함된 경우 Visual Tree 요소가 포함된 창을 가져옵니다. |
GetVisualTreeDescendants(IVisualTreeElement) |
하위 항목의 전체 계층을 지정된 Visual Tree 요소에 대한 자식 목록으로 가져옵니다. |
GetVisualTreeElements(IVisualTreeElement, Point) |
지정된 점을 기반으로 하는 Visual Tree 요소의 자식 목록을 가져옵니다. |
GetVisualTreeElements(IVisualTreeElement, Rect) |
사각형을 기반으로 하는 시각적 트리 요소 자식 목록을 가져옵니다. |
GetVisualTreeElements(IVisualTreeElement, Double, Double, Double, Double) |
픽셀이 아닌 플랫폼 단위로 지정된 좌표로 정의된 사각형을 기반으로 하는 Visual Tree Elements 자식 목록을 가져옵니다. |
GetVisualTreeElements(IVisualTreeElement, Double, Double) |
지정된 x, y 점을 기반으로 하는 Visual Tree Elements 자식 목록을 가져옵니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI