AppBroadcastingUI.GetForUser(User) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.