ExpandCollapseState 열거형

정의

UI 자동화 요소의 ExpandCollapseState 자동화 속성 값을 지정하는 값을 포함합니다.

public enum class ExpandCollapseState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ExpandCollapseState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ExpandCollapseState
Public Enum ExpandCollapseState
상속
ExpandCollapseState
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

Collapsed 0

자식 노드, 컨트롤 또는 UI 자동화 요소 콘텐츠가 표시되지 않습니다.

Expanded 1

UI 자동화 요소의 모든 자식 노드, 컨트롤 및 콘텐츠가 표시됩니다.

LeafNode 3

UI 자동화 요소에 표시할 자식 노드, 컨트롤 또는 콘텐츠가 없습니다.

PartiallyExpanded 2

전부는 아니지만 일부 자식 노드, 컨트롤 또는 UI 자동화 요소 콘텐츠가 표시됩니다.

적용 대상