IAppointmentsProviderShowTimeFrameActivatedEventArgs 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 a specified time frame on the user’s calendar.
public interface class IAppointmentsProviderShowTimeFrameActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2611915686, 3595, 18858, 186, 188, 18, 177, 220, 119, 73, 134)]
struct IAppointmentsProviderShowTimeFrameActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2611915686, 3595, 18858, 186, 188, 18, 177, 220, 119, 73, 134)]
public interface IAppointmentsProviderShowTimeFrameActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
Public Interface IAppointmentsProviderShowTimeFrameActivatedEventArgs
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
Duration |
Gets the duration of the time frame to be shown. |
Kind |
Gets the reason that this app is being activated. (Inherited from IActivatedEventArgs) |
PreviousExecutionState |
Gets the execution state of the app before this activation. (Inherited from IActivatedEventArgs) |
SplashScreen |
Gets the splash screen object that provides information about the transition from the splash screen to the activated app. (Inherited from IActivatedEventArgs) |
TimeToShow |
Gets the starting date and time of the time frame to be shown. |
Verb |
Gets the action to be performed by the appointments provider. (Inherited from IAppointmentsProviderActivatedEventArgs) |