TileFlyoutUpdateManager.CreateTileFlyoutUpdaterForApplication Method

Definition

Overloads

CreateTileFlyoutUpdaterForApplication()

Creates a new TileFlyoutUpdater object for the calling app's tile, for use with a tile flyout (mix view) notification.

CreateTileFlyoutUpdaterForApplication(String)

Creates a new TileFlyoutUpdater object for a specified tile, for use with a tile flyout (mix view) notification. Because this method overload uses a tile ID, this tile can belong to another app in the same package as the calling app.

CreateTileFlyoutUpdaterForApplication()

Creates a new TileFlyoutUpdater object for the calling app's tile, for use with a tile flyout (mix view) notification.

public:
 static TileFlyoutUpdater ^ CreateTileFlyoutUpdaterForApplication();
/// [Windows.Foundation.Metadata.Overload("CreateTileFlyoutUpdaterForApplication")]
 static TileFlyoutUpdater CreateTileFlyoutUpdaterForApplication();
[Windows.Foundation.Metadata.Overload("CreateTileFlyoutUpdaterForApplication")]
public static TileFlyoutUpdater CreateTileFlyoutUpdaterForApplication();
function createTileFlyoutUpdaterForApplication()
Public Shared Function CreateTileFlyoutUpdaterForApplication () As TileFlyoutUpdater

Returns

An object that you can use to send notification updates to the calling app's tile flyout, clear the flyout notification, and start and stop periodic flyout notifications.

Attributes

See also

Applies to

CreateTileFlyoutUpdaterForApplication(String)

Creates a new TileFlyoutUpdater object for a specified tile, for use with a tile flyout (mix view) notification. Because this method overload uses a tile ID, this tile can belong to another app in the same package as the calling app.

public:
 static TileFlyoutUpdater ^ CreateTileFlyoutUpdaterForApplication(Platform::String ^ applicationId);
/// [Windows.Foundation.Metadata.Overload("CreateTileFlyoutUpdaterForApplicationWithId")]
 static TileFlyoutUpdater CreateTileFlyoutUpdaterForApplication(winrt::hstring const& applicationId);
[Windows.Foundation.Metadata.Overload("CreateTileFlyoutUpdaterForApplicationWithId")]
public static TileFlyoutUpdater CreateTileFlyoutUpdaterForApplication(string applicationId);
function createTileFlyoutUpdaterForApplication(applicationId)
Public Shared Function CreateTileFlyoutUpdaterForApplication (applicationId As String) As TileFlyoutUpdater

Parameters

applicationId
String

Platform::String

winrt::hstring

The ID of the app.

Returns

An object that you can use to send notification updates to the tile flyout for the specified app, clear the flyout notification, and start and stop periodic flyout notifications.

Attributes

See also

Applies to