次の方法で共有


AppointmentsProviderLaunchActionVerbs クラス

定義

予定プロバイダーの操作の取得に関連付けられているオブジェクトを表します。

public ref class AppointmentsProviderLaunchActionVerbs abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class AppointmentsProviderLaunchActionVerbs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderLaunchActionVerbs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public static class AppointmentsProviderLaunchActionVerbs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class AppointmentsProviderLaunchActionVerbs
Public Class AppointmentsProviderLaunchActionVerbs
継承
Object Platform::Object IInspectable AppointmentsProviderLaunchActionVerbs
属性

Windows の要件

要件 説明
デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
appointmentsSystem

プロパティ

名前 説明
AddAppointment

予定プロバイダーが実行する予定の追加アクションを取得します。

RemoveAppointment

予定プロバイダーが実行する予定の削除アクションを取得します。

ReplaceAppointment

予定プロバイダーが実行する予定の置換アクションを取得します。

ShowAppointmentDetails

予定プロバイダーが実行する show-appointment-details アクションを取得します。

ShowTimeFrame

予定プロバイダーが実行する予定の show-time-frame アクションを取得します。

適用対象