ContinuumNavigationTransitionInfo.GetExitElementContainer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回布林值,指出指定的專案是否為 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 用法。