AddAppointmentOperation 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 약속 추가와 관련된 작업 개체를 나타냅니다. 약속 공급자 앱은 이 정보를 사용하여 작업을 수행합니다.
public ref class AddAppointmentOperation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AddAppointmentOperation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AddAppointmentOperation
Public NotInheritable Class AddAppointmentOperation
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
appointmentsSystem
|
설명
이 클래스는 AppointmentsProviderAddAppointmentActivatedEventArgs 이벤트 데이터 클래스의 AddAppointmentOperation 이벤트 데이터 속성 값으로 사용됩니다. 약속 공급자 앱은 일반적으로 일반 활성화 이벤트 처리기의 IActivatedEventArgs 이벤트 데이터부터 일련의 캐스트 및 속성 검사를 거행합니다. 활성화가 Add를 동사로 사용하는 AppointmentsProvider 앱 활성화 종류임을 나타내는 경우 이벤트 데이터를 AppointmentsProviderAddAppointmentActivatedEventArgs로 캐스팅하는 것이 적절합니다.
공급자는 AddAppointmentOperation의 메서드를 호출하여 작업이 완료되었는지, 취소되었는지 또는 공급자 오류로 인해 작업이 완료되지 않도록 했는지 여부를 나타냅니다. 이러한 메서드를 호출하면 활성화 앱이 ShowAddAppointmentAsync 호출에서 다시 가져오는 비동기 결과에 영향을 줍니다. 모든 보고 방법(ReportCompleted, ReportCanceled, ReportError)은 약속 추가 UI를 해제합니다.
속성
AppointmentInformation |
활성화 요청에서 약속 정보를 가져옵니다. |
SourcePackageFamilyName |
작업을 요청하는 앱의 패키지 패밀리 이름을 가져옵니다. |
메서드
DismissUI() |
새 약속을 추가하는 작업에 대한 UI를 해제합니다. |
ReportCanceled() |
이 메서드를 호출하여 사용자가 작업을 취소했음을 활성화 앱에 알릴 수 있습니다. |
ReportCompleted(String) |
이 메서드를 호출하여 작업이 성공적으로 완료되었음을 활성화 앱에 알릴 수 있습니다. itemID 매개 변수로 고유한 약속 ID를 제공합니다. |
ReportError(String) |
공급자 오류로 인해 작업을 완료할 수 없음을 활성화 앱에 알릴 수 있습니다. |