ContinuumNavigationTransitionInfo.SetIsExitElement(UIElement, Boolean) Metodo

Definizione

Imposta un valore booleano che indica se l'oggetto UIElement specificato è l'elemento di uscita per la navigazione continuum.

public:
 static void SetIsExitElement(UIElement ^ element, bool value);
 static void SetIsExitElement(UIElement const& element, bool const& value);
public static void SetIsExitElement(UIElement element, bool value);
function setIsExitElement(element, value)
Public Shared Sub SetIsExitElement (element As UIElement, value As Boolean)

Parametri

element
UIElement

UIElement su cui impostare l'indicatore dell'elemento di uscita.

value
Boolean

bool

Impostare questo valore su true se l'elemento è l'elemento exit; in caso contrario, impostarlo su false.

Commenti

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

Si applica a

Vedi anche