Share via


ContinuumNavigationTransitionInfo.GetExitElementContainer Method

Definition

Returns a Boolean value indicating if the specified element is the ExitElement container.

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

Parameters

element
ListViewBase

The element to be checked as being the container.

Returns

Boolean

bool

Returns true if element is the container; otherwise false.

Remarks

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

Applies to

See also