次の方法で共有


ToastNotificationManagerForUser.GetToastNotifierForToastCollectionIdAsync メソッド

定義

指定した通知グループのバインドされたユーザーとアプリの新しい ToastNotification を作成します。

public:
 virtual IAsyncOperation<ToastNotifier ^> ^ GetToastNotifierForToastCollectionIdAsync(Platform::String ^ collectionId) = GetToastNotifierForToastCollectionIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ToastNotifier> GetToastNotifierForToastCollectionIdAsync(winrt::hstring const& collectionId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ToastNotifier> GetToastNotifierForToastCollectionIdAsync(string collectionId);
function getToastNotifierForToastCollectionIdAsync(collectionId)
Public Function GetToastNotifierForToastCollectionIdAsync (collectionId As String) As IAsyncOperation(Of ToastNotifier)

パラメーター

collectionId
String

Platform::String

winrt::hstring

送信する通知グループの ID。

戻り値

トースト通知の送信に使用するオブジェクト。

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象