AutomationProperties.GetIsDialog(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定 DependencyObject 的 AutomationProperties.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。