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
屬性值
通知的群組識別碼。