WebUICommandBarBitmapIcon WebUICommandBarBitmapIcon WebUICommandBarBitmapIcon WebUICommandBarBitmapIcon Class

Definition

Represents a Web UI command bar bitmap icon.

public : sealed class WebUICommandBarBitmapIcon : IWebUICommandBarBitmapIcon, IWebUICommandBarIconpublic sealed class WebUICommandBarBitmapIcon : IWebUICommandBarBitmapIcon, IWebUICommandBarIconPublic NotInheritable Class WebUICommandBarBitmapIcon Implements IWebUICommandBarBitmapIcon, IWebUICommandBarIcon// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.UI.WebUI.Core.WebUICommandBarContract (introduced v1)

Constructors

WebUICommandBarBitmapIcon() WebUICommandBarBitmapIcon() WebUICommandBarBitmapIcon() WebUICommandBarBitmapIcon()

Initializes a new instance of the WebUICommandBarBitmapIcon class.

public : WebUICommandBarBitmapIcon()public WebUICommandBarBitmapIcon()Public Sub New()// You can use this method in JavaScript.
See Also

WebUICommandBarBitmapIcon(Uri) WebUICommandBarBitmapIcon(Uri) WebUICommandBarBitmapIcon(Uri) WebUICommandBarBitmapIcon(Uri)

Initializes a new instance of the WebUICommandBarBitmapIcon class.

public : WebUICommandBarBitmapIcon(Uri uri)public WebUICommandBarBitmapIcon(Uri uri)Public Sub New(uri As Uri)// You can use this method in JavaScript.
Parameters
uri
Uri Uri Uri Uri

The URI of the bitmap icon.

Properties

Uri Uri Uri Uri

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

public : Uri Uri { get; set; }public Uri Uri { get; set; }Public ReadWrite Property Uri As Uri// You can use this property in JavaScript.
Value
Uri Uri Uri Uri

The URI of the bitmap icon.