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

应用通知组的标识符。 此值在应用中必须是唯一的。

适用于