Condividi tramite


WebUICommandBarConfirmationButton Classe

Definizione

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à
Object Platform::Object IInspectable WebUICommandBarConfirmationButton
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.

Si applica a

Vedi anche