다음을 통해 공유


AppNotificationProgressData.Status 속성

정의

진행률 작업의 상태 반영하는 상태 문자열을 가져오거나 설정합니다.

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

void Status(winrt::hstring value);
public string Status { get; set; }
var string = appNotificationProgressData.status;
appNotificationProgressData.status = string;
Public Property Status As String

속성 값

String

Platform::String

winrt::hstring

진행률 작업의 상태 반영하는 문자열입니다. 예를 들어 "다운로드 중..." 또는 "설치 중..."입니다.

설명

이 속성은 progress xml 요소의 상태 특성에 바인딩됩니다.

적용 대상