WebUICommandBarConfirmationButton Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Deprecato. Rappresenta un pulsante di conferma della barra dei comandi dell'interfaccia utente 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
- Ereditarietà
- Attributi
- Implementazioni
Requisiti Windows
Famiglia di dispositivi |
Windows Mobile Extension SDK (è stato introdotto in 10.0.10240.0)
|
API contract |
Windows.UI.WebUI.Core.WebUICommandBarContract (è stato introdotto in v1.0)
|
Commenti
L'uso dell'elemento UX della barra dei comandi (noto anche come "Barra delle app") è deprecato per le app UWP che usano JavaScript e non è più supportato. Se l'app lo richiede ancora, questa funzionalità è disponibile nella libreria WinJS 4 .
Costruttori
WebUICommandBarConfirmationButton() |
Deprecato. Inizializza una nuova istanza della classe WebUICommandBarConfirmationButton . |
Proprietà
Text |
Deprecato. Ottiene o imposta il testo del pulsante di conferma della barra dei comandi. |
Eventi
ItemInvoked |
Deprecato. Si verifica quando viene richiamato il pulsante di conferma. |