énumération APPLICATION_VIEW_STATE (shobjidl_core.h)
Indique l’état d’affichage actuel d’une application du Windows Store. Utilisé par IApplicationDesignModeSettings::SetApplicationViewState et IApplicationDesignModeSettings::IsApplicationViewStateSupported.
Syntax
typedef enum APPLICATION_VIEW_STATE {
AVS_FULLSCREEN_LANDSCAPE = 0,
AVS_FILLED,
AVS_SNAPPED,
AVS_FULLSCREEN_PORTRAIT
} ;
Constantes
AVS_FULLSCREEN_LANDSCAPE Valeur : 0 L’affichage de l’application actuelle est en plein écran (aucune application alignée à côté) et est en orientation paysage. |
AVS_FILLED L’affichage de l’application actuelle a été réduit à une vue d’écran partielle à la suite de l’alignement d’une autre application (étant ancré à un côté de l’écran dans une vue étroite). |
AVS_SNAPPED La vue de l’application actuelle a été ancrée (ancrée à un côté de l’écran dans une vue étroite). |
AVS_FULLSCREEN_PORTRAIT L’affichage de l’application actuelle est en plein écran (aucune application enfichée n’est adjacente) et est en orientation portrait. |
Configuration requise
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | shobjidl_core.h (inclure Shobjidl.h) |
Voir aussi
IApplicationDesignModeSettings::IsApplicationViewStateSupported