다음을 통해 공유


ScheduledToastNotification.Id 속성

정의

특정 예약된 알림을 식별하는 데 사용되는 개발자 지정 값을 가져옵니다.

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

void Id(winrt::hstring value);
public string Id { get; set; }
var string = scheduledToastNotification.id;
scheduledToastNotification.id = string;
Public Property Id As String

속성 값

String

Platform::String

winrt::hstring

식별자입니다. 이 문자열은 16자로 제한됩니다.

적용 대상

추가 정보