WebUICommandBarConfirmationButton Classe
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.
Action déconseillée. Représente un bouton de confirmation de la barre de commandes de l’interface utilisateur web.
public ref class WebUICommandBarConfirmationButton sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.UI.WebUI.Core.WebUICommandBarContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.WebUI.Core.WebUICommandBarContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebUICommandBarConfirmationButton final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.WebUI.Core.WebUICommandBarContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.UI.WebUI.Core.WebUICommandBarContract")]
class WebUICommandBarConfirmationButton final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.UI.WebUI.Core.WebUICommandBarContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.WebUI.Core.WebUICommandBarContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebUICommandBarConfirmationButton
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.WebUI.Core.WebUICommandBarContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.UI.WebUI.Core.WebUICommandBarContract")]
public sealed class WebUICommandBarConfirmationButton
function WebUICommandBarConfirmationButton()
Public NotInheritable Class WebUICommandBarConfirmationButton
- Héritage
- Attributs
- Implémente
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)
|
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 .
Constructeurs
WebUICommandBarConfirmationButton() |
Action déconseillée. Initialise une nouvelle instance de la classe WebUICommandBarConfirmationButton. |
Propriétés
Text |
Action déconseillée. Obtient ou définit le texte du bouton de confirmation de la barre de commandes. |
Événements
ItemInvoked |
Action déconseillée. Se produit lorsque le bouton de confirmation est appelé. |