GameBarServicesCommandEventArgs.Command Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value specifying the Game Bar command associated with the event.
public:
property GameBarCommand Command { GameBarCommand get(); };
GameBarCommand Command();
public GameBarCommand Command { get; }
var gameBarCommand = gameBarServicesCommandEventArgs.command;
Public ReadOnly Property Command As GameBarCommand
Property Value
A value specifying the Game Bar command associated with the event.
Windows requirements
App capabilities |
gameBarServices
|