WebUICommandBarSymbolIcon WebUICommandBarSymbolIcon WebUICommandBarSymbolIcon WebUICommandBarSymbolIcon Class

Definition

Represents a command bar symbol icon.

public : sealed class WebUICommandBarSymbolIcon : IWebUICommandBarIcon, IWebUICommandBarSymbolIconpublic sealed class WebUICommandBarSymbolIcon : IWebUICommandBarIcon, IWebUICommandBarSymbolIconPublic NotInheritable Class WebUICommandBarSymbolIcon Implements IWebUICommandBarIcon, IWebUICommandBarSymbolIcon// 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

WebUICommandBarSymbolIcon() WebUICommandBarSymbolIcon() WebUICommandBarSymbolIcon() WebUICommandBarSymbolIcon()

Initializes a new instance of the WebUICommandBarSymbolIcon class.

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

WebUICommandBarSymbolIcon(String) WebUICommandBarSymbolIcon(String) WebUICommandBarSymbolIcon(String) WebUICommandBarSymbolIcon(String)

Initializes a new instance of the WebUICommandBarSymbolIcon class.

public : WebUICommandBarSymbolIcon(PlatForm::String symbol)public WebUICommandBarSymbolIcon(String symbol)Public Sub New(symbol As String)// You can use this method in JavaScript.
Parameters
symbol
PlatForm::String String String String

The symbol icon.

Properties

Symbol Symbol Symbol Symbol

Gets or sets the symbol of the command bar symbol icon.

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

The symbol.