다음을 통해 공유


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에서 도입되었습니다.)

적용 대상