ToastNotification.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 = toastNotification.group;
toastNotification.group = string;
Public Property Group As String

プロパティ値

String

Platform::String

winrt::hstring

通知のグループ識別子。

注釈

以前のバージョンの Windows では、group プロパティの最大長は 16 文字です。 ただし、Creators Update (15063) では、上限が 64 文字に増えました。

適用対象