Partager via


WebUICommandBarBitmapIcon Classe

Définition

Action déconseillée. Représente une icône bitmap de barre de commandes de l’interface utilisateur web.

public ref class WebUICommandBarBitmapIcon sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.WebUI.Core.IWebUICommandBarBitmapIconFactory, 65536, Windows.UI.WebUI.Core.WebUICommandBarContract)]
/// [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 WebUICommandBarBitmapIcon final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.WebUI.Core.WebUICommandBarContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.WebUI.Core.IWebUICommandBarBitmapIconFactory, 65536, "Windows.UI.WebUI.Core.WebUICommandBarContract")]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.UI.WebUI.Core.WebUICommandBarContract")]
class WebUICommandBarBitmapIcon final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.UI.WebUI.Core.IWebUICommandBarBitmapIconFactory), 65536, typeof(Windows.UI.WebUI.Core.WebUICommandBarContract))]
[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 WebUICommandBarBitmapIcon
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.WebUI.Core.WebUICommandBarContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.UI.WebUI.Core.IWebUICommandBarBitmapIconFactory), 65536, "Windows.UI.WebUI.Core.WebUICommandBarContract")]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.UI.WebUI.Core.WebUICommandBarContract")]
public sealed class WebUICommandBarBitmapIcon
function WebUICommandBarBitmapIcon(uri)
Public NotInheritable Class WebUICommandBarBitmapIcon
Héritage
Object Platform::Object IInspectable WebUICommandBarBitmapIcon
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 des 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

WebUICommandBarBitmapIcon()

Action déconseillée. Initialise une nouvelle instance de la classe WebUICommandBarBitmapIcon.

WebUICommandBarBitmapIcon(Uri)

Action déconseillée. Initialise une nouvelle instance de la classe WebUICommandBarBitmapIcon.

Propriétés

Uri

Action déconseillée. Obtient ou définit l’URI de l’icône bitmap de la barre de commandes.

S’applique à

Voir aussi