AppBroadcastManager.ApplyGlobalSettings(AppBroadcastGlobalSettings) Method

Definition

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

value
AppBroadcastGlobalSettings

An object that exposes the global broadcast settings for the current device.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to