AutomationProperties.GetIsDialog(DependencyObject) 方法

定义

获取指定 DependencyObjectAutomationProperties.IsDialog 附加属性的值。

public:
 static bool GetIsDialog(DependencyObject ^ element);
 static bool GetIsDialog(DependencyObject const& element);
public static bool GetIsDialog(DependencyObject element);
function getIsDialog(element)
Public Shared Function GetIsDialog (element As DependencyObject) As Boolean

参数

element
DependencyObject

要检查的对象。

返回

Boolean

bool

如果指定的元素标识为对话框窗口,则为 true;否则为 false

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

适用于

另请参阅