AppNotificationManager.RemoveByTagAsync(String) 메서드

정의

알림 센터(Windows 10의 알림 센터라고 함)에서 지정된 태그 식별자가 있는 앱에 대한 모든 앱 알림을 비동기적으로 제거합니다.

메모

AppNotificationManager 클래스에는 Singleton 패키지대한 종속성이 있습니다. 이러한 종속성 때문에 자체 포함 앱이러한 API를 호출하는 경우 주의해야 할 특정 고려 사항이 있습니다. 자세한 정보 및 세부 정보는추가 MSIX 패키지에 대한 종속성을 참조하세요.

public:
 virtual IAsyncAction ^ RemoveByTagAsync(Platform::String ^ tag) = RemoveByTagAsync;
IAsyncAction RemoveByTagAsync(winrt::hstring const& tag);
public IAsyncAction RemoveByTagAsync(string tag);
function removeByTagAsync(tag)
Public Function RemoveByTagAsync (tag As String) As IAsyncAction

매개 변수

tag
String

Platform::String

winrt::hstring

제거할 알림 집합에 대한 고유 식별자입니다. Tag 속성으로 액세스합니다.

반품

비동기 작업입니다.

적용 대상