AutomationProperties.IsRequiredForFormProperty 属性

定义

标识 AutomationProperties.IsRequiredForForm 附加属性,该属性是一个布尔值,指示是否需要在窗体上填写自动化元素。

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

属性值

AutomationProperties.IsRequiredForForm 附加属性的标识符。

适用于