AutomationProperties.ItemStatusProperty 属性

定义

标识 ItemStatus 附加属性,该属性描述自动化元素项的状态。

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

属性值

包含 ItemStatus 附加属性的标识符的文本字符串。

注解

通过 ItemStatus 属性,客户端可以确定元素是否正在传达有关项的状态以及状态是什么。 例如,与消息应用程序中的联系人关联的项目可能是“忙碌”或“已连接”。

如果支持 ItemStatus ,则字符串必须与应用程序 UI 语言或操作系统默认 UI 语言匹配。

适用于