ToastNotifier.Update メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Update(NotificationData, String) |
指定したタグを持つ既存のトースト通知を更新します。 |
Update(NotificationData, String, String) |
指定したタグを持ち、指定した通知グループに属する既存のトースト通知を更新します。 |
Update(NotificationData, String)
指定したタグを持つ既存のトースト通知を更新します。
public:
virtual NotificationUpdateResult Update(NotificationData ^ data, Platform::String ^ tag) = Update;
/// [Windows.Foundation.Metadata.Overload("UpdateWithTag")]
NotificationUpdateResult Update(NotificationData const& data, winrt::hstring const& tag);
[Windows.Foundation.Metadata.Overload("UpdateWithTag")]
public NotificationUpdateResult Update(NotificationData data, string tag);
function update(data, tag)
Public Function Update (data As NotificationData, tag As String) As NotificationUpdateResult
パラメーター
- data
- NotificationData
更新された情報を含む オブジェクト。
- tag
-
String
Platform::String
winrt::hstring
更新するトースト通知の識別子。
戻り値
更新の結果 (失敗、成功など) を示す 値。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|
適用対象
Update(NotificationData, String, String)
指定したタグを持ち、指定した通知グループに属する既存のトースト通知を更新します。
public:
virtual NotificationUpdateResult Update(NotificationData ^ data, Platform::String ^ tag, Platform::String ^ group) = Update;
/// [Windows.Foundation.Metadata.Overload("UpdateWithTagAndGroup")]
NotificationUpdateResult Update(NotificationData const& data, winrt::hstring const& tag, winrt::hstring const& group);
[Windows.Foundation.Metadata.Overload("UpdateWithTagAndGroup")]
public NotificationUpdateResult Update(NotificationData data, string tag, string group);
function update(data, tag, group)
Public Function Update (data As NotificationData, tag As String, group As String) As NotificationUpdateResult
パラメーター
- data
- NotificationData
更新された情報を含む オブジェクト。
- tag
-
String
Platform::String
winrt::hstring
更新するトースト通知の識別子。
- group
-
String
Platform::String
winrt::hstring
通知を含む ToastCollection の ID。
戻り値
更新の結果 (失敗、成功など) を示す 値。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|