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.
Returns the AppBarCommand object identified by id.
Syntax
var appBarCommand = appBar.getCommandById(id);
Parameters
id
Type: stringThe ID of the command to be returned.
Return value
Type: AppBarCommand**
The command identified by id. If multiple commands have the same ID, returns an array of all the commands matching the ID.
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