次の方法で共有


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 を使用して後で操作できます。

適用対象