AppointmentCalendarProposeNewTimeForMeetingRequest クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予定表会議の時刻を変更するユーザーの要求を表します。
public ref class AppointmentCalendarProposeNewTimeForMeetingRequest 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 AppointmentCalendarProposeNewTimeForMeetingRequest 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 AppointmentCalendarProposeNewTimeForMeetingRequest
Public NotInheritable Class AppointmentCalendarProposeNewTimeForMeetingRequest
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0 で導入)
|
アプリの機能 |
appointmentsSystem
|
注釈
システムはこのクラスのインスタンスを生成し、ProposeNewTimeForMeetingRequested イベントの AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs 引数にプロパティとして設定します。
プロパティ
AppointmentCalendarLocalId |
ローカル デバイス上の予定に関連付けられている予定表を一意に識別する文字列を取得します。 |
AppointmentLocalId |
ローカル デバイス上の予定を一意に識別する文字列を取得します。 |
AppointmentOriginalStartTime |
定期的な予定の元の開始時刻を取得します。 |
Comment |
ユーザーが会議時間の変更に関して書き込み可能なテキスト コメントを取得します。 |
NewDuration |
会議の提案された新しい期間を取得します。 |
NewStartTime |
会議の提案された新しい開始時刻を取得します。 |
Subject |
新しい会議出席依頼の件名を取得します。 |
メソッド
ReportCompletedAsync() |
会議の時刻を更新するタスクが完了したことをシステムに通知します。 |
ReportFailedAsync() |
会議の時刻を更新するタスクが失敗したことをシステムに通知します。 |