Opens the Guide > Multiplayer > Looking for Group menu in the context of the requesting user.
public:
static IAsyncAction^ ShowUserLookingForGroupsAsync(
IUser^ requestingUser)
requestingUser
Type: Windows::Xbox::System::IUser^
The user initiating the action. The displayed LFG posts will be associated with this user.
Type: Windows::Foundation::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.
Namespace: Windows.Xbox.UI
Metadata: windows.winmd
This allows the user to see all LFG posts they are associated with (hosting, applied to, or confirmed in), as well as any outstanding LFG posts from friends or Clubs. These posts are not limited to LFGs for the calling title.
This method is helpful for users who might not be familiar with the Guide, but end up creating or joining LFG posts via your title’s calls to SystemUI::ShowCreateLookingForGroupAsync and SystemUI::ShowLookingForGroupResultsAsync.