次の方法で共有


ScheduledToastNotification.Group プロパティ

定義

通知のグループ識別子を取得または設定します。

public:
 property Platform::String ^ Group { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Group();

void Group(winrt::hstring value);
public string Group { get; set; }
var string = scheduledToastNotification.group;
scheduledToastNotification.group = string;
Public Property Group As String

プロパティ値

String

Platform::String

winrt::hstring

通知のグループ識別子。

適用対象