Share via


WebUICommandBarBitmapIcon Class

Definition

Deprecated. Represents a Web UI command bar bitmap icon.

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
Inheritance
Object Platform::Object IInspectable WebUICommandBarBitmapIcon
Attributes
Implements

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.UI.WebUI.Core.WebUICommandBarContract (introduced in v1.0)

Remarks

Use of the Command Bar (also known as "App Bar") UX element is deprecated for UWP apps using JavaScript and no longer supported. If your app still requires it, this functionality is available from the WinJS 4 library.

Constructors

WebUICommandBarBitmapIcon()

Deprecated. Initializes a new instance of the WebUICommandBarBitmapIcon class.

WebUICommandBarBitmapIcon(Uri)

Deprecated. Initializes a new instance of the WebUICommandBarBitmapIcon class.

Properties

Uri

Deprecated. Gets or sets the URI of the command bar bitmap icon.

Applies to

See also