다음을 통해 공유


ScheduledTileNotification.Tag 속성

정의

중복 알림 콘텐츠가 큐에 표시되지 않도록 Windows에서 사용할 수 있는 문자열을 가져오거나 설정합니다.

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 = scheduledTileNotification.tag;
scheduledTileNotification.tag = string;
Public Property Tag As String

속성 값

String

Platform::String

winrt::hstring

스택에서 알림을 식별하는 16자 이하의 문자열(종료 null 문자 포함)입니다. 문자열 콘텐츠에 대해 설정된 양식은 없지만 알림 내용과 관련이 있는 것이 좋습니다.

설명

ScheduledTileNotification.tag 및 ScheduledTileNotification.id 유사한 용도로 사용됩니다.

  • ScheduledTileNotification.tag 속성은 중복 알림 콘텐츠가 큐에 동시에 표시되지 않도록 Windows에서 사용됩니다. 알림을 큐에서 현재 위치로 업데이트하여 오래된 정보가 포함되지 않도록 할 수 있습니다.
  • ScheduledTileNotification.id 속성은 일정에서 알림을 식별합니다. 이렇게 하면 알림을 식별하거나 일정에서 제거할 수 있습니다.

적용 대상

추가 정보