Share via


AppointmentsProviderReplaceAppointmentActivatedEventArgs クラス

定義

ユーザーの予定表の予定を置き換えるためにアプリがアクティブ化されたときにデータを提供します。

Javascript この型は 、WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs として表示されます。

public ref class AppointmentsProviderReplaceAppointmentActivatedEventArgs sealed : IAppointmentsProviderReplaceAppointmentActivatedEventArgs
public ref class AppointmentsProviderReplaceAppointmentActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderReplaceAppointmentActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderReplaceAppointmentActivatedEventArgs final : IAppointmentsProviderReplaceAppointmentActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderReplaceAppointmentActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderReplaceAppointmentActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderReplaceAppointmentActivatedEventArgs : IAppointmentsProviderReplaceAppointmentActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderReplaceAppointmentActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderReplaceAppointmentActivatedEventArgs
Public NotInheritable Class AppointmentsProviderReplaceAppointmentActivatedEventArgs
Implements IAppointmentsProviderReplaceAppointmentActivatedEventArgs
Public NotInheritable Class AppointmentsProviderReplaceAppointmentActivatedEventArgs
Implements IActivatedEventArgsWithUser, IAppointmentsProviderReplaceAppointmentActivatedEventArgs
継承
Object Platform::Object IInspectable AppointmentsProviderReplaceAppointmentActivatedEventArgs
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

OnActivated メソッドをオーバーライドすると、このオブジェクトにアクセスできます。IActivatedEventArgs.KindAppointmentsProviderIAppointmentsProviderActivatedEventArgs.VerbAppointmentsProviderLaunchActionVerbs.ReplaceAppointment プロパティの値と同じです。

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1607 14393 ユーザー

プロパティ

Kind

アクティブ化の種類を取得します。

PreviousExecutionState

アクティブ化される前のアプリの実行状態を取得します。

ReplaceAppointmentOperation

ユーザーが置き換えようとしたときにアプリに提供される予定を取得します。

SplashScreen

スプラッシュ スクリーン からアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。

User

アプリがアクティブ化されたユーザーを取得します。

Verb

予定プロバイダーによって実行されるアクションを取得します。

適用対象

こちらもご覧ください