다음을 통해 공유


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자로 증가했습니다.

적용 대상