다음을 통해 공유


AppNotificationProgressData 클래스

정의

앱 알림의 진행률 데이터를 나타냅니다.

public ref class AppNotificationProgressData sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.AppNotifications.IAppNotificationProgressDataFactory, 65536, "Microsoft.Windows.AppNotifications.AppNotificationsContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppNotificationProgressData final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.AppNotifications.IAppNotificationProgressDataFactory), 65536, "Microsoft.Windows.AppNotifications.AppNotificationsContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppNotificationProgressData
function AppNotificationProgressData(sequenceNumber)
Public NotInheritable Class AppNotificationProgressData
상속
Object Platform::Object IInspectable AppNotificationProgressData
특성

설명

UpdateAsync를 호출하여 앱 알림 진행률 업데이트를 시작합니다.

생성자

AppNotificationProgressData(UInt32)

지정된 시퀀스 번호를 사용하여 AppNotificationProgressData 클래스의 instance 만듭니다.

속성

SequenceNumber

진행률 데이터 업데이트 순서를 지정하는 0이 아닌 정수 를 가져오거나 설정합니다.

Status

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

Title

진행률 업데이트와 연결된 진행률 표시줄의 선택적 제목 문자열을 가져오거나 설정합니다.

Value

진행률 데이터의 상태 값을 가져오거나 설정합니다.

ValueStringOverride

기본 백분율 문자열 대신 표시할 선택적 문자열을 가져오거나 설정합니다.

적용 대상

추가 정보