AutomationProperties.LevelProperty 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Automation 요소와 연결된 1 기반 정수인 Level 연결된 속성의 식별자를 가져옵니다.
public:
static property DependencyProperty ^ LevelProperty { DependencyProperty ^ get(); };
static DependencyProperty LevelProperty();
public static DependencyProperty LevelProperty { get; }
var dependencyProperty = AutomationProperties.levelProperty;
Public Shared ReadOnly Property LevelProperty As DependencyProperty
속성 값
Level 연결된 속성의 식별자입니다.
설명
Level 속성은 계층 구조 또는 손상된 계층 구조 내 요소의 위치를 설명합니다. 예를 들어 글머리 기호 또는 번호 매기기 목록, 머리글 또는 기타 구조화된 데이터 항목은 다양한 부모/자식 관계를 가질 수 있습니다. 수준은 구조체에서 항목이 있는 위치를 설명합니다.
수준과 함께 CustomNavigation 컨트롤 패턴을 사용합니다.