BadgeUpdateManagerForUser.CreateBadgeUpdaterForApplication Method

Definition

Overloads

CreateBadgeUpdaterForApplication()

Creates and initializes a new instance of the BadgeUpdater, which lets you change the appearance or content of the badge for the bound user on the calling app's tile.

CreateBadgeUpdaterForApplication(String)

Creates a new BadgeUpdater for the bound user and the specified app tile's badge, usually the tile of another app in the package. The BadgeUpdater lets you change the appearance or content of that badge.

CreateBadgeUpdaterForApplication()

Creates and initializes a new instance of the BadgeUpdater, which lets you change the appearance or content of the badge for the bound user on the calling app's tile.

public:
 virtual BadgeUpdater ^ CreateBadgeUpdaterForApplication() = CreateBadgeUpdaterForApplication;
/// [Windows.Foundation.Metadata.Overload("CreateBadgeUpdaterForApplication")]
BadgeUpdater CreateBadgeUpdaterForApplication();
[Windows.Foundation.Metadata.Overload("CreateBadgeUpdaterForApplication")]
public BadgeUpdater CreateBadgeUpdaterForApplication();
function createBadgeUpdaterForApplication()
Public Function CreateBadgeUpdaterForApplication () As BadgeUpdater

Returns

A BadgeUpdater for the current app and user.

Attributes

See also

Applies to

CreateBadgeUpdaterForApplication(String)

Creates a new BadgeUpdater for the bound user and the specified app tile's badge, usually the tile of another app in the package. The BadgeUpdater lets you change the appearance or content of that badge.

public:
 virtual BadgeUpdater ^ CreateBadgeUpdaterForApplication(Platform::String ^ applicationId) = CreateBadgeUpdaterForApplication;
/// [Windows.Foundation.Metadata.Overload("CreateBadgeUpdaterForApplicationWithId")]
BadgeUpdater CreateBadgeUpdaterForApplication(winrt::hstring const& applicationId);
[Windows.Foundation.Metadata.Overload("CreateBadgeUpdaterForApplicationWithId")]
public BadgeUpdater CreateBadgeUpdaterForApplication(string applicationId);
function createBadgeUpdaterForApplication(applicationId)
Public Function CreateBadgeUpdaterForApplication (applicationId As String) As BadgeUpdater

Parameters

applicationId
String

Platform::String

winrt::hstring

The ID of the app that owns the tile to update.

Returns

A BadgeUpdater for the current user and the specified app.

Attributes

See also

Applies to