다음을 통해 공유


AppNotificationManager.RemoveAllAsync 메서드

정의

알림 센터(Windows 10 알림 센터라고 함)에서 앱에 대한 모든 앱 알림을 비동기적으로 제거합니다.

참고

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

public:
 virtual IAsyncAction ^ RemoveAllAsync() = RemoveAllAsync;
IAsyncAction RemoveAllAsync();
public IAsyncAction RemoveAllAsync();
function removeAllAsync()
Public Function RemoveAllAsync () As IAsyncAction

반환

비동기 작업입니다.

적용 대상