AppBroadcastManager.ApplyGlobalSettings(AppBroadcastGlobalSettings) 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.
Updates the global broadcast settings for the current device.
public:
static void ApplyGlobalSettings(AppBroadcastGlobalSettings ^ value);
static void ApplyGlobalSettings(AppBroadcastGlobalSettings const& value);
public static void ApplyGlobalSettings(AppBroadcastGlobalSettings value);
function applyGlobalSettings(value)
Public Shared Sub ApplyGlobalSettings (value As AppBroadcastGlobalSettings)
Parameters
An object that exposes the global broadcast settings for the current device.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|