AppointmentCalendarCancelMeetingRequest クラス

定義

予定表会議をキャンセルするユーザーの要求を表します。

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

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
appointmentsSystem

注釈

システムはこのクラスのインスタンスを生成し、CancelMeetingRequested イベントの AppointmentCalendarCancelMeetingRequestEventArgs 引数のプロパティとして設定します。

プロパティ

AppointmentCalendarLocalId

ローカル デバイス上の予定表を一意に識別します。

AppointmentLocalId

ローカル デバイス上の予定を一意に識別する文字列を取得します。

AppointmentOriginalStartTime

定期的な予定の元の開始時刻を取得します。

Comment

会議のキャンセルに関してユーザーが書き込む可能性があるテキスト コメントを取得します。

NotifyInvitees

招待者に通知する必要があるかどうかを示すブール値を取得します。

Subject

応答の件名を取得します。

メソッド

ReportCompletedAsync()

会議をキャンセルするタスクが完了したことをシステムに通知します。

ReportFailedAsync()

会議をキャンセルするタスクが失敗したことをシステムに通知します。

適用対象