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 自动化元素的部分(而不是全部)子节点、控件或内容。

适用于