AutomationElementIdentifiers.IsDialogProperty 属性

定义

标识 Boolean AutomationProperties.IsDialogProperty ,该布尔值指示自动化元素是否为对话窗口。

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

属性值

自动化属性标识符。

适用于