SystemUI.ShowMiniguideWithCommandAsync Method

Asynchronously shows the Miniguide user interface for the specified user and command.

Syntax

public:
static IAsyncAction^ ShowMiniguideWithCommandAsync(
         IUser^ requestingUser,
         MiniguideCommand initialCommand
)  

Parameters

requestingUser
Type: IUser 

The user making the request.

initialCommand
Type: MiniguideCommand 

Enumeration value indicating a channel direction command for use with the Miniguide user interface.

Return value

Type: IAsyncAction 

Returns an IAsyncAction object that represents the state of the asynchronous operation. Completion of the asynchronous operation is signaled by using a handler that is passed to the IAsyncAction.Completed property.

Requirements

Namespace: Windows.Xbox.UI

Metadata: windows.winmd

See also

Reference

SystemUI Class

SystemUI Members

Windows.Xbox.UI Namespace