Edit

Share via


TitleCallableUI.ShowProfileCardUIForUserAsync(String, User) Method

Definition

Shows UI displaying the profile card for a specified user.

public static Windows.Foundation.IAsyncAction ShowProfileCardUIForUserAsync (string targetXboxUserId, Windows.System.User user);
static member ShowProfileCardUIForUserAsync : string * Windows.System.User -> Windows.Foundation.IAsyncAction

Parameters

targetXboxUserId
String

The Xbox User ID to show information about.

user
Windows.System.User

System user that identifies the user to show the UI on behalf of

Returns

Windows.Foundation.IAsyncAction

An interface for tracking the progress of the asynchronous call. The operation completes when the UI is closed.

Applies to