AutomationProperties.IsDialogProperty 属性

定义

标识 AutomationProperties.IsDialog 附加属性,该属性是一个布尔值,指示自动化元素是否为对话框窗口。

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

属性值

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

适用于