ContinuumNavigationTransitionInfo.GetExitElementContainer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.