WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs Class

Definition

Provides data when an app is activated to show the details of an appointment.

public ref class WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs sealed : IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs, IActivatedEventArgsDeferral
public ref class WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs final : IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs : IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Implements IActivatedEventArgsDeferral, IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Public NotInheritable Class WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Inheritance
Object Platform::Object IInspectable WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Version history

Windows version SDK version Value added
1607 14393 User

Properties

ActivatedOperation

Gets the app activation operation.

InstanceStartDate

Gets the start date of the appointment instance for which the app should display details.

Kind

Gets the activation type.

LocalId

Gets the local identifier of the appointment for which the app should display details.

PreviousExecutionState

Gets the execution state of the app before it was activated.

RoamingId

Gets the roaming identifier of the appointment for which the app should display details.

SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

User

Gets the user that the app was activated for.

Verb

Gets the action to be performed by the appointments provider.

Applies to

See also