ToastNotification.Tag 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property Platform::String ^ Tag { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Tag();
void Tag(winrt::hstring value);
public string Tag { get; set; }
var string = toastNotification.tag;
toastNotification.tag = string;
Public Property Tag As String
属性值
获取或设置通知 组中此通知的唯一标识符。
注解
如果 属性设置为 null
或空字符串,则此 API 将返回异常。
标记的最大长度为 16 个字符。 但是,创意者更新 (15063) 将此限制扩展到 64 个字符。