AutomationElementIdentifiers.IsEnabledProperty 属性

定义

标识已启用的确定自动化属性。 已启用状态指示自动化对等方引用的项是否已启用。 当前状态由 IsEnabled 方法返回。

public:
 static property AutomationProperty ^ IsEnabledProperty { AutomationProperty ^ get(); };
static AutomationProperty IsEnabledProperty();
public static AutomationProperty IsEnabledProperty { get; }
var automationProperty = AutomationElementIdentifiers.isEnabledProperty;
Public Shared ReadOnly Property IsEnabledProperty As AutomationProperty

属性值

自动化属性标识符。

适用于