AppointmentsProviderLaunchActionVerbs AppointmentsProviderLaunchActionVerbs AppointmentsProviderLaunchActionVerbs AppointmentsProviderLaunchActionVerbs Class

Definition

Represents the object associated with retrieving the operation of the appointments provider.

public : static class AppointmentsProviderLaunchActionVerbspublic static class AppointmentsProviderLaunchActionVerbsPublic Static Class AppointmentsProviderLaunchActionVerbs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

AddAppointment AddAppointment AddAppointment AddAppointment

Gets the add-appointment action that the appointments provider performs.

public : static PlatForm::String AddAppointment { get; }public static string AddAppointment { get; }Public Static ReadOnly Property AddAppointment As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The add-appointment action

RemoveAppointment RemoveAppointment RemoveAppointment RemoveAppointment

Gets the remove-appointment action that the appointments provider performs.

public : static PlatForm::String RemoveAppointment { get; }public static string RemoveAppointment { get; }Public Static ReadOnly Property RemoveAppointment As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The remove-appointment action

ReplaceAppointment ReplaceAppointment ReplaceAppointment ReplaceAppointment

Gets the replace-appointment action that the appointments provider performs.

public : static PlatForm::String ReplaceAppointment { get; }public static string ReplaceAppointment { get; }Public Static ReadOnly Property ReplaceAppointment As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The replace-appointment action

ShowAppointmentDetails ShowAppointmentDetails ShowAppointmentDetails ShowAppointmentDetails

Gets the show-appointment-details action that the appointments provider performs.

public : static PlatForm::String ShowAppointmentDetails { get; }public static string ShowAppointmentDetails { get; }Public Static ReadOnly Property ShowAppointmentDetails As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The show-appointment-details action

ShowTimeFrame ShowTimeFrame ShowTimeFrame ShowTimeFrame

Gets the show-time-frame action of an appointment that the appointments provider performs.

public : static PlatForm::String ShowTimeFrame { get; }public static string ShowTimeFrame { get; }Public Static ReadOnly Property ShowTimeFrame As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The show-time-frame action of an appointment