UserDataTaskRegenerationProperties 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
작업이 발생하는 빈도를 나타냅니다.
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
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
생성자
UserDataTaskRegenerationProperties() |
UserDataTaskRegenerationProperties 클래스의 새 instance 초기화합니다. |
속성
Interval |
작업 발생 사이의 간격을 가져오거나 설정합니다. Interval은 UInt32 형식이며 기본값은 1입니다. 매일의 경우 간격은 사이의 일 수, 매주, 주 수 등입니다. |
Occurrences |
태스크가 재귀하는 횟수를 가져오거나 설정합니다. 발생은 IReference(UInt32) 형식이며 기본적으로 NULL 입니다. 발생은 Until와 함께 사용할 수 없습니다. |
Unit |
작업이 발생하는 빈도를 나타내는 UserDataTaskRecurrenceUnit 형식 값을 가져오거나 설정합니다. |
Until |
작업이 유효할 때까지의 날짜와 시간을 가져오거나 설정합니다. Until은 IReference(DateTime) 형식이며 기본적으로 NULL 입니다. Until는 Occurrences와 함께 사용할 수 없습니다. |