AutomationElementIdentifiers.IsRequiredForFormProperty 属性

定义

标识表单要求确定自动化属性。 表单要求状态指示元素是否必须在窗体上完成。 当前状态由 IsRequiredForForm 方法返回。

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

属性值

自动化属性标识符。

适用于