共用方式為


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

屬性值

String

Platform::String

winrt::hstring

代理程式更新群組的識別碼。 此值在應用程式內必須是唯一的。

適用於