WebUICommandBarConfirmationButton Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Veraltet. Stellt eine Bestätigungsschaltfläche für die Web-UI-Befehlsleiste dar.
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
- Vererbung
- Attribute
- Implementiert
Windows-Anforderungen
Gerätefamilie |
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
|
API contract |
Windows.UI.WebUI.Core.WebUICommandBarContract (eingeführt in v1.0)
|
Hinweise
Die Verwendung des Befehlsleisten-UX-Elements (auch als "App Bar" bezeichnet) ist für UWP-Apps mit JavaScript veraltet und wird nicht mehr unterstützt. Wenn Ihre App sie weiterhin benötigt, ist diese Funktionalität über die WinJS 4-Bibliothek verfügbar.
Konstruktoren
WebUICommandBarConfirmationButton() |
Veraltet. Initialisiert eine neue instance der WebUICommandBarConfirmationButton-Klasse. |
Eigenschaften
Text |
Veraltet. Ruft den Text der Bestätigungsschaltfläche der Befehlsleiste ab oder legt diese fest. |
Ereignisse
ItemInvoked |
Veraltet. Tritt auf, wenn die Bestätigungsschaltfläche aufgerufen wird. |