Partager via


WebUICommandBarClosedDisplayMode Énumération

Définition

Action déconseillée. Représente le mode d’affichage d’une barre de commandes fermée.

public enum class WebUICommandBarClosedDisplayMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.WebUI.Core.WebUICommandBarContract, 65536)]
enum class WebUICommandBarClosedDisplayMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.WebUI.Core.WebUICommandBarContract), 65536)]
public enum WebUICommandBarClosedDisplayMode
var value = Windows.UI.WebUI.Core.WebUICommandBarClosedDisplayMode.default
Public Enum WebUICommandBarClosedDisplayMode
Héritage
WebUICommandBarClosedDisplayMode
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
API contract
Windows.UI.WebUI.Core.WebUICommandBarContract (introduit dans v1.0)

Champs

Compact 2

Mode d’affichage compact.

Default 0

Mode d’affichage par défaut.

Minimal 1

Mode d’affichage minimal.

Remarques

L’utilisation de l’élément d’expérience utilisateur de la barre de commandes (également appelée « Barre d’applications ») est déconseillée pour les applications UWP utilisant JavaScript et n’est plus prise en charge. Si votre application en a toujours besoin, cette fonctionnalité est disponible à partir de la bibliothèque WinJS 4 .

S’applique à