AppNotification.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 = appNotification.group;
appNotification.group = string;
Public Property Group As String
プロパティ値
アプリ通知グループの識別子。 この値は、アプリ内で一意である必要があります。