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 クラスのインスタンスを作成します。

プロパティ

SequenceNumber

進行状況データの更新順序を指定する 0 以外の整数を取得または設定します。

Status

進行状況操作の状態を反映する状態文字列を取得または設定します。

Title

進行状況の更新に関連付けられている進行状況バーの省略可能なタイトル文字列を取得または設定します。

Value

進行状況データの状態値を取得または設定します。

ValueStringOverride

既定のパーセンテージ文字列の代わりに表示される省略可能な文字列を取得または設定します。

適用対象

こちらもご覧ください