AppBroadcastingUI.GetForUser(User) Method

Definition

Gets an instance of the AppBroadcastingUI class that is associated with the specified user.

public:
 static AppBroadcastingUI ^ GetForUser(User ^ user);
 static AppBroadcastingUI GetForUser(User const& user);
public static AppBroadcastingUI GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As AppBroadcastingUI

Parameters

user
User

The user for which the AppBroadcastingUI instance is created.

Returns

An instance of the AppBroadcastingUI class.

Remarks

Use this method platforms where there a multiple users associated with a single session, such as XBox.

Applies to