共用方式為


ContinuumNavigationTransitionInfo.GetExitElementContainer 方法

定義

傳回布林值,指出指定的專案是否為 ExitElement 容器。

public:
 static bool GetExitElementContainer(ListViewBase ^ element);
 static bool GetExitElementContainer(ListViewBase const& element);
public static bool GetExitElementContainer(ListViewBase element);
function getExitElementContainer(element)
Public Shared Function GetExitElementContainer (element As ListViewBase) As Boolean

參數

element
ListViewBase

要檢查為容器的專案。

傳回

Boolean

bool

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

備註

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

適用於

另請參閱