AutomationProperties.ItemTypeProperty 속성

정의

Automation 요소의 형식을 설명하는 텍스트 문자열인 AutomationProperties.ItemType 연결된 속성을 식별합니다.

public:
 static property DependencyProperty ^ ItemTypeProperty { DependencyProperty ^ get(); };
static DependencyProperty ItemTypeProperty();
public static DependencyProperty ItemTypeProperty { get; }
var dependencyProperty = AutomationProperties.itemTypeProperty;
Public Shared ReadOnly Property ItemTypeProperty As DependencyProperty

속성 값

AutomationProperties.ItemType 종속성 속성의 식별자입니다.

설명

AutomationProperties.ItemType 은 목록, 트리 뷰 또는 데이터 그리드의 항목에 대한 정보를 가져오는 데 사용됩니다. 예를 들어 "문서 File" 또는 "폴더" 파일 디렉터리 보기의 항목 수 있습니다.

AutomationProperties.ItemType이 지원되는 경우 문자열은 애플리케이션 UI 언어 또는 운영 체제 기본 UI 언어와 일치해야 합니다.

적용 대상