AppWindow.ShowOnceWithRequestedStartupState Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affiche la fenêtre avec le présentateur par défaut dans l’état demandé.
public:
virtual void ShowOnceWithRequestedStartupState() = ShowOnceWithRequestedStartupState;
void ShowOnceWithRequestedStartupState();
public void ShowOnceWithRequestedStartupState();
function showOnceWithRequestedStartupState()
Public Sub ShowOnceWithRequestedStartupState ()
Remarques
ShowOnceWithRequestedStartupState
équivaut à appeler ShowWindow(SW_SHOWDEFAULT). Il utilise le mode d’affichage spécifié dans le struct STARTUPINFO , s’il est spécifié. Cela s’applique au présentateur par défaut (OverlappedPresenter). Vérifiez la propriété OverlappedPresenter.RequestedStartupState pour déterminer l’état du présentateur (Maximized
, , Minimized
ou Restored
) qui résultera de l’appel de la ShowOnceWithRequestedStartupState
méthode .