次の方法で共有


UserDataTaskRegenerationProperties クラス

定義

タスクが発生する頻度を表します。

public ref class UserDataTaskRegenerationProperties sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class UserDataTaskRegenerationProperties final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class UserDataTaskRegenerationProperties
function UserDataTaskRegenerationProperties()
Public NotInheritable Class UserDataTaskRegenerationProperties
継承
Object Platform::Object IInspectable UserDataTaskRegenerationProperties
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

コンストラクター

UserDataTaskRegenerationProperties()

UserDataTaskRegenerationProperties クラスの新しいインスタンスを初期化します。

プロパティ

Interval

取得またはタスクの発生間隔を設定します。 Interval は UInt32 型で、既定値は 1 です。 日単位の場合、間隔は、その間の日数、週単位、週数などです。

Occurrences

タスクが繰り返し実行される回数を取得または設定します。 Occurrences は IReference(UInt32) 型で、既定では NULL です 。 発生は Until と相互に排他的です。

Unit

タスクが発生する頻度を示す UserDataTaskRecurrenceUnit 型の値を取得または設定します。

Until

タスクが有効になるまでの日付と時刻を取得または設定します。 Until は IReference(DateTime) 型で、既定では NULL です。 までは、 Occurrences と相互に排他的です。

適用対象