public:
static IAsyncAction^ ShowEpgAsync(
IUser^ requestingUser,
IIterable<IKeyValuePair<String^ , Object^ >^ >^ propertySet
)
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.
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.
The propertySet parameter is not currently supported. The caller can pass in null for this parameter.
Namespace: Windows.Xbox.UI
Metadata: windows.winmd