SystemUI.ShowEpgAsync Method

Shows the Xbox OneGuide.

Syntax

public:
static IAsyncAction^ ShowEpgAsync(
         IUser^ requestingUser,
         IIterable<IKeyValuePair<String^ , Object^ >^ >^ propertySet
)  

Parameters

requestingUser
Type: IUser 

The user requesting the OneGuide.

propertySet
Type: IIterable<IKeyValuePair<String^ , Object^ >^ > 

  String pairs used to navigate to a specific part of the OneGuide when it is shown.

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.

Remarks

The propertySet parameter is not currently supported. The caller can pass in null for this parameter.

Requirements

Namespace: Windows.Xbox.UI

Metadata: windows.winmd

See also

Reference

SystemUI Class

SystemUI Members

Windows.Xbox.UI Namespace