次の方法で共有


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

プロパティ値

オートメーション プロパティ識別子。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

適用対象