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
属性值
应用通知组的标识符。 此值在应用中必须是唯一的。