AppBroadcastingUI.GetDefault Method

Definition

Gets an instance of the AppBroadcastingUI class that is associated with the user currently signed in to the device.

public:
 static AppBroadcastingUI ^ GetDefault();
 static AppBroadcastingUI GetDefault();
public static AppBroadcastingUI GetDefault();
function getDefault()
Public Shared Function GetDefault () As AppBroadcastingUI

Returns

An instance of the AppBroadcastingUI class.

Remarks

Use this method platforms where there is a single user associated with a single session, such as a Windows PC.

Applies to