ToastNotification.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 = toastNotification.group;
toastNotification.group = string;
Public Property Group As String
属性值
通知的组标识符。
注解
在早期版本的 Windows 中,组属性的最大长度可以为 16 个字符。 但是,在创意者更新 (15063) 中,最大限制增加到 64 个字符。