Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the AppBarCommand identifier.
Syntax
<div
data-win-control="WinJS.UI.AppBarCommand"
data-win-options="{ id : value}">
</div>
var id = appBarCommand.id;
Property value
Type: String**
An alphanumeric String that begins with a letter. The underscore (_) can also be used.
Remarks
The id should be unique throughout the scope of the current page. If a page contains more than one object with the same identifier, the objects are exposed as a collection that can be referenced only by ordinal position.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |
See also
Your first app - Part 3: PageControl objects and navigation
Navigating between pages (HTML)
Navigation and navigation history sample
Designers
Bottom app bar
Top app bar