다음을 통해 공유


ToastCollection.DisplayName 속성

정의

알림 센터에 표시되는 그룹 제목을 가져오거나 설정합니다.

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayName();

void DisplayName(winrt::hstring value);
public string DisplayName { get; set; }
var string = toastCollection.displayName;
toastCollection.displayName = string;
Public Property DisplayName As String

속성 값

String

Platform::String

winrt::hstring

알림 센터에 표시되는 그룹 제목입니다.

적용 대상