AutomationElementIdentifiers.IsRequiredForFormProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识表单要求确定自动化属性。 表单要求状态指示元素是否必须在窗体上完成。 当前状态由 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
属性值
自动化属性标识符。