共用方式為


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

如果元素是 exit 元素,則傳回true;否則為 false

備註

這個方法支援 ContinuumNavigationTransitionInfo.IsExitElement 附加屬性的 XAML 用法。

適用於

另請參閱