Share via


ToastCollection.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

備註

儲存通知群組的識別碼可讓您使用 ToastCollectionManager 稍後加以操作。

適用於