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

属性值

String

Platform::String

winrt::hstring

通知的组标识符。

注解

在早期版本的 Windows 中,组属性的最大长度可以为 16 个字符。 但是,在创意者更新 (15063) 中,最大限制增加到 64 个字符。

适用于