AppBroadcastingUI.GetDefault 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 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.