ScheduledToastNotification.Group プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
通知のグループ識別子を取得または設定します。
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
プロパティ値
通知のグループ識別子。