ContinuumNavigationTransitionInfo.GetIsExitElement(UIElement) 方法

定义

返回一个布尔值,该值指示指定的 UIElement 是否为连续导航的退出元素。

public:
 static bool GetIsExitElement(UIElement ^ element);
 static bool GetIsExitElement(UIElement const& element);
public static bool GetIsExitElement(UIElement element);
function getIsExitElement(element)
Public Shared Function GetIsExitElement (element As UIElement) As Boolean

参数

element
UIElement

要检查为 exit 元素的 UIElement

返回

Boolean

bool

如果 element 是 exit 元素,则返回 true;否则为 false

注解

此方法支持 使用 ContinuumNavigationTransitionInfo.IsExitElement 附加属性的 XAML。

适用于

另请参阅