Partager via


ActivationViewSwitcher.ShowAsStandaloneAsync Méthode

Définition

Surcharges

ShowAsStandaloneAsync(Int32)

Affiche la vue dans une nouvelle fenêtre autonome.

ShowAsStandaloneAsync(Int32, ViewSizePreference)

Affiche la vue dans une nouvelle fenêtre autonome et définit la préférence de taille pour l’affichage.

ShowAsStandaloneAsync(Int32)

Affiche la vue dans une nouvelle fenêtre autonome.

public:
 virtual IAsyncAction ^ ShowAsStandaloneAsync(int viewId) = ShowAsStandaloneAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAsStandaloneAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAsStandaloneAsync(int const& viewId);
[Windows.Foundation.Metadata.Overload("ShowAsStandaloneAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAsStandaloneAsync(int viewId);
function showAsStandaloneAsync(viewId)
Public Function ShowAsStandaloneAsync (viewId As Integer) As IAsyncAction

Paramètres

viewId
Int32

int

Identificateur de la vue.

Retours

Résultats asynchrones de l’opération. Utilisez cette option pour déterminer quand l’appel asynchrone est terminé.

Attributs

Voir aussi

S’applique à

ShowAsStandaloneAsync(Int32, ViewSizePreference)

Affiche la vue dans une nouvelle fenêtre autonome et définit la préférence de taille pour l’affichage.

public:
 virtual IAsyncAction ^ ShowAsStandaloneAsync(int viewId, ViewSizePreference sizePreference) = ShowAsStandaloneAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAsStandaloneWithSizePreferenceAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAsStandaloneAsync(int const& viewId, ViewSizePreference const& sizePreference);
[Windows.Foundation.Metadata.Overload("ShowAsStandaloneWithSizePreferenceAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAsStandaloneAsync(int viewId, ViewSizePreference sizePreference);
function showAsStandaloneAsync(viewId, sizePreference)
Public Function ShowAsStandaloneAsync (viewId As Integer, sizePreference As ViewSizePreference) As IAsyncAction

Paramètres

viewId
Int32

int

Identificateur de la vue.

sizePreference
ViewSizePreference

Taille préférée de la vue.

Retours

Résultats asynchrones de l’opération. Utilisez cette option pour déterminer quand l’appel asynchrone est terminé.

Attributs

Voir aussi

S’applique à