共用方式為


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附加屬性的識別碼。

適用於