다음을 통해 공유


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

속성 값

String

Platform::String

winrt::hstring

앱 알림 그룹의 식별자입니다. 이 값은 앱 내에서 고유해야 합니다.

적용 대상