ContinuumNavigationTransitionInfo.SetExitElementContainer Method

Definition

Sets a Boolean value indicating that the specified element is the exit element container for the continuum navigation.

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)

Parameters

element
ListViewBase

The element about which to set the exit element container indicator.

value
Boolean

bool

Set this value to true if element is the exit element; otherwise set it to false.

Remarks

This method supports XAML usage of the ContinuumNavigationTransitionInfo.ExitElementContainer attached property.

Applies to

See also