AutomationLandmarkType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义元素的自动化地标类型。
public enum class AutomationLandmarkType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class AutomationLandmarkType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum AutomationLandmarkType
Public Enum AutomationLandmarkType
- 继承
-
AutomationLandmarkType
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10586.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)
|
字段
Custom | 1 | 自定义地标类型 |
Form | 2 | 表单地标类型 |
Main | 3 | 主页陆标类型 |
Navigation | 4 | 导航地标类型 |
None | 0 | 未指定地标类型 |
Search | 5 | 搜索地标类型 |