BadgeUpdateManagerForUser.CreateBadgeUpdaterForApplication メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateBadgeUpdaterForApplication() |
BadgeUpdater の新しいインスタンスを作成して初期化します。これにより、呼び出し元アプリのタイルでバインドされたユーザーのバッジの外観または内容を変更できます。 |
CreateBadgeUpdaterForApplication(String) |
バインドされたユーザーと指定したアプリ タイルのバッジ (通常はパッケージ内の別のアプリのタイル) の新しい BadgeUpdater を作成します。 BadgeUpdater を使用すると、そのバッジの外観またはコンテンツを変更できます。 |
CreateBadgeUpdaterForApplication()
BadgeUpdater の新しいインスタンスを作成して初期化します。これにより、呼び出し元アプリのタイルでバインドされたユーザーのバッジの外観または内容を変更できます。
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
戻り値
現在のアプリとユーザーの BadgeUpdater 。
- 属性
こちらもご覧ください
適用対象
CreateBadgeUpdaterForApplication(String)
バインドされたユーザーと指定したアプリ タイルのバッジ (通常はパッケージ内の別のアプリのタイル) の新しい BadgeUpdater を作成します。 BadgeUpdater を使用すると、そのバッジの外観またはコンテンツを変更できます。
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
パラメーター
- applicationId
-
String
Platform::String
winrt::hstring
更新するタイルを所有するアプリの ID。
戻り値
現在のユーザーと指定したアプリの BadgeUpdater 。
- 属性