IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Interface
Definition
Provides data when an app is activated to show the details of an appointment.
public : interface IAppointmentsProviderShowAppointmentDetailsActivatedEventArgspublic interface IAppointmentsProviderShowAppointmentDetailsActivatedEventArgsPublic Interface IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderShowAppointmentDetailsActivatedEventArgsIAppointmentsProviderShowAppointmentDetailsActivatedEventArgsIAppointmentsProviderShowAppointmentDetailsActivatedEventArgsIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
InstanceStartDate InstanceStartDate InstanceStartDate InstanceStartDate
Gets the start date of the appointment instance for which the app should display details.
public : IReference<DateTime> InstanceStartDate { get; }public Nullable<DateTimeOffset> InstanceStartDate { get; }Public ReadOnly Property InstanceStartDate As Nullable<DateTimeOffset>// You can use this property in JavaScript.
- Value
- IReference<DateTime> Nullable<DateTimeOffset> Nullable<DateTimeOffset> Nullable<DateTimeOffset>
The start date of the appointment instance for which the app should display details.
LocalId LocalId LocalId LocalId
Ges the local identifier of the appointment for which the app should display details.
public : PlatForm::String LocalId { get; }public string LocalId { get; }Public ReadOnly Property LocalId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The local identifier of the appointment for which the app should display details.
RoamingId RoamingId RoamingId RoamingId
Gets the roaming identifier of the appointment for which the app should display details.
public : PlatForm::String RoamingId { get; }public string RoamingId { get; }Public ReadOnly Property RoamingId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The roaming identifier of the appointment for which the app should display details.