다음을 통해 공유


ToastCollection.Id 속성

정의

이 알림 그룹의 ID를 가져옵니다.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = toastCollection.id;
Public ReadOnly Property Id As String

속성 값

String

Platform::String

winrt::hstring

설명

알림 그룹의 ID를 저장하면 ToastCollectionManager 를 사용하여 나중에 조작할 수 있습니다.

적용 대상