ContinuumNavigationTransitionInfo.GetIsExitElement(UIElement) Metodo

Definizione

Restituisce un valore booleano che indica se l'oggetto UIElement specificato è l'elemento exit della navigazione continuum.

public:
 static bool GetIsExitElement(UIElement ^ element);
 static bool GetIsExitElement(UIElement const& element);
public static bool GetIsExitElement(UIElement element);
function getIsExitElement(element)
Public Shared Function GetIsExitElement (element As UIElement) As Boolean

Parametri

element
UIElement

UIElement da controllare come elemento exit.

Restituisce

Boolean

bool

Restituisce true se l'elemento è l'elemento exit; in caso contrario false.

Commenti

Questo metodo supporta l'utilizzo XAML della proprietà associata ContinuumNavigationTransitionInfo.IsExitElement .

Si applica a

Vedi anche