共用方式為


ContinuumNavigationTransitionInfo.SetExitElementContainer 方法

定義

設定布林值,指出指定的專案是持續性導覽的結束專案容器。

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 用法。

適用於

另請參閱