IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data when an app is activated to show the details of an appointment.
public interface class IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(962130021, 38977, 19621, 153, 155, 136, 81, 152, 185, 239, 42)]
struct IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(962130021, 38977, 19621, 153, 155, 136, 81, 152, 185, 239, 42)]
public interface IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
Public Interface IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Implements IAppointmentsProviderActivatedEventArgs
- Derived
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
InstanceStartDate |
Gets the start date of the appointment instance for which the app should display details. |
Kind |
Gets the reason that this app is being activated. (Inherited from IActivatedEventArgs) |
LocalId |
Ges the local identifier of the appointment for which the app should display details. |
PreviousExecutionState |
Gets the execution state of the app before this activation. (Inherited from IActivatedEventArgs) |
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. (Inherited from IActivatedEventArgs) |
Verb |
Gets the action to be performed by the appointments provider. (Inherited from IAppointmentsProviderActivatedEventArgs) |