次の方法で共有


AppointmentManagerForUser クラス

定義

特定のユーザーの予定マネージャーを表します。

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

Windows の要件

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

注釈

AppointmentManager.GetForUser メソッドを呼び出して、このクラスのインスタンスを取得します。

プロパティ

User

この予定マネージャーによって表される ユーザー を取得します。

メソッド

RequestStoreAsync(AppointmentStoreAccessType)

デバイスで予定を検索または取得できるようにする AppointmentStore オブジェクトを取得します。

ShowAddAppointmentAsync(Appointment, Rect, Placement)

予定プロバイダーの [予定の追加] UI を表示して、ユーザーが予定を追加できるようにします。

ShowAddAppointmentAsync(Appointment, Rect)

予定プロバイダーの [予定の追加] UI を表示して、ユーザーが予定を追加できるようにします。

ShowAppointmentDetailsAsync(String, DateTime)

ユーザーが指定した予定を表示できるようにする予定プロバイダーの予定の詳細 UI を表示します。

ShowAppointmentDetailsAsync(String)

ユーザーが指定した予定を表示できるようにする予定プロバイダーの予定の詳細 UI を表示します。

ShowEditNewAppointmentAsync(Appointment)

完全な編集エクスペリエンスを含む予定プロバイダーの [予定の追加] UI を表示して、ユーザーが予定を追加できるようにします。

ShowRemoveAppointmentAsync(String, Rect, Placement, DateTime)

予定プロバイダーの [予定の削除] UI を表示して、ユーザーが予定を削除できるようにします。

ShowRemoveAppointmentAsync(String, Rect, Placement)

予定プロバイダーの [予定の削除] UI を表示して、ユーザーが予定を削除できるようにします。

ShowRemoveAppointmentAsync(String, Rect)

予定プロバイダーの [予定の削除] UI を表示して、ユーザーが予定を削除できるようにします。

ShowReplaceAppointmentAsync(String, Appointment, Rect, Placement, DateTime)

予定プロバイダーの [予定の置換] UI を表示して、ユーザーが予定を置き換えるようにします。

ShowReplaceAppointmentAsync(String, Appointment, Rect, Placement)

予定プロバイダーの [予定の置換] UI を表示して、ユーザーが予定を置き換えるようにします。

ShowReplaceAppointmentAsync(String, Appointment, Rect)

予定プロバイダーの [予定の置換] UI を表示して、ユーザーが予定を置き換えるようにします。

ShowTimeFrameAsync(DateTime, TimeSpan)

Appointments プロバイダー アプリのプライマリ UI を表示します。 これは通常、予定の予定表からの時間枠を表示します。

適用対象