ContinuumNavigationTransitionInfo.SetExitElementContainer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定布林值,指出指定的專案是持續性導覽的結束專案容器。
public:
static void SetExitElementContainer(ListViewBase ^ element, bool value);
static void SetExitElementContainer(ListViewBase const& element, bool const& value);
public static void SetExitElementContainer(ListViewBase element, bool value);
function setExitElementContainer(element, value)
Public Shared Sub SetExitElementContainer (element As ListViewBase, value As Boolean)
參數
- element
- ListViewBase
要設定結束專案容器指標的元素。
- value
-
Boolean
bool
如果 element 是 exit元素,請將此值設定為true;否則請將它設定為false。
備註
這個方法支援 ContinuumNavigationTransitionInfo.ExitElementContainer 附加屬性的 XAML 用法。