forked from MicrosoftDocs/winrt-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25,204 changed files
with
635,617 additions
and
85,237 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
29 changes: 26 additions & 3 deletions
29
...icationmodel.activation/appointmentsprovideraddappointmentactivatedeventargs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
----api-id: T:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs | ||
-api-type: winrt class | ||
---<!-- Class syntax.public class AppointmentsProviderAddAppointmentActivatedEventArgs : Windows.ApplicationModel.Activation.IActivatedEventArgs, Windows.ApplicationModel.Activation.IActivatedEventArgsWithUser, Windows.ApplicationModel.Activation.IAppointmentsProviderActivatedEventArgs, Windows.ApplicationModel.Activation.IAppointmentsProviderAddAppointmentActivatedEventArgs--># Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs## -descriptionProvides data when an app is activated to add an appointment to the user’s calendar.> **JavaScript**> This type appears as [WebUIAppointmentsProviderAddAppointmentActivatedEventArgs](../windows.ui.webui/webuiappointmentsprovideraddappointmentactivatedeventargs.md).## -remarksThis object is accessed when you override the [OnActivated](../windows.ui.xaml/application_onactivated.md) method, [IActivatedEventArgs.Kind](iactivatedeventargs_kind.md) is **AppointmentsProvider**, and [IAppointmentsProviderActivatedEventArgs.Verb](iappointmentsprovideractivatedeventargs_verb.md) is equal to the value of the [AppointmentsProviderLaunchActionVerbs.AddAppointment](../windows.applicationmodel.appointments.appointmentsprovider/appointmentsproviderlaunchactionverbs_addappointment.md) property.## -examples## -see-also[IAppointmentsProviderAddAppointmentActivatedEventArgs](iappointmentsprovideraddappointmentactivatedeventargs.md), [IAppointmentsProviderActivatedEventArgs](iappointmentsprovideractivatedeventargs.md), [IActivatedEventArgs](iactivatedeventargs.md) | ||
--- | ||
-api-id: T:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs | ||
-api-type: winrt class | ||
--- | ||
|
||
<!-- Class syntax. | ||
public class AppointmentsProviderAddAppointmentActivatedEventArgs : Windows.ApplicationModel.Activation.IActivatedEventArgs, Windows.ApplicationModel.Activation.IActivatedEventArgsWithUser, Windows.ApplicationModel.Activation.IAppointmentsProviderActivatedEventArgs, Windows.ApplicationModel.Activation.IAppointmentsProviderAddAppointmentActivatedEventArgs | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs | ||
|
||
## -description | ||
Provides data when an app is activated to add an appointment to the user’s calendar. | ||
|
||
|
||
|
||
> **JavaScript** | ||
> This type appears as [WebUIAppointmentsProviderAddAppointmentActivatedEventArgs](../windows.ui.webui/webuiappointmentsprovideraddappointmentactivatedeventargs.md). | ||
## -remarks | ||
This object is accessed when you override the [OnActivated](../windows.ui.xaml/application_onactivated.md) method, [IActivatedEventArgs.Kind](iactivatedeventargs_kind.md) is **AppointmentsProvider**, and [IAppointmentsProviderActivatedEventArgs.Verb](iappointmentsprovideractivatedeventargs_verb.md) is equal to the value of the [AppointmentsProviderLaunchActionVerbs.AddAppointment](../windows.applicationmodel.appointments.appointmentsprovider/appointmentsproviderlaunchactionverbs_addappointment.md) property. | ||
|
||
## -examples | ||
|
||
## -see-also | ||
[IAppointmentsProviderAddAppointmentActivatedEventArgs](iappointmentsprovideraddappointmentactivatedeventargs.md), [IAppointmentsProviderActivatedEventArgs](iappointmentsprovideractivatedeventargs.md), [IActivatedEventArgs](iactivatedeventargs.md) |
25 changes: 22 additions & 3 deletions
25
...appointmentsprovideraddappointmentactivatedeventargs_addappointmentoperation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
----api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation | ||
-api-type: winrt property | ||
---<!-- Property syntaxpublic Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation AddAppointmentOperation { get; }--># Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation## -descriptionGets the appointment that is provided to the app when the user tries to add it.## -property-valueThe appointment that is added.## -remarks## -examples## -see-also | ||
--- | ||
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation | ||
-api-type: winrt property | ||
--- | ||
|
||
<!-- Property syntax | ||
public Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation AddAppointmentOperation { get; } | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation | ||
|
||
## -description | ||
Gets the appointment that is provided to the app when the user tries to add it. | ||
|
||
## -property-value | ||
The appointment that is added. | ||
|
||
## -remarks | ||
|
||
## -examples | ||
|
||
## -see-also |
26 changes: 23 additions & 3 deletions
26
...onmodel.activation/appointmentsprovideraddappointmentactivatedeventargs_kind.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
----api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Kind | ||
-api-type: winrt property | ||
---<!-- Property syntaxpublic Windows.ApplicationModel.Activation.ActivationKind Kind { get; }--># Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Kind## -descriptionGets the activation type.## -property-valueThe [ActivationKind.AppointmentsProvider](activationkind.md) enumeration value.## -remarks## -examples## -see-also[ActivationKind](activationkind.md) | ||
--- | ||
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Kind | ||
-api-type: winrt property | ||
--- | ||
|
||
<!-- Property syntax | ||
public Windows.ApplicationModel.Activation.ActivationKind Kind { get; } | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Kind | ||
|
||
## -description | ||
Gets the activation type. | ||
|
||
## -property-value | ||
The [ActivationKind.AppointmentsProvider](activationkind.md) enumeration value. | ||
|
||
## -remarks | ||
|
||
## -examples | ||
|
||
## -see-also | ||
[ActivationKind](activationkind.md) |
25 changes: 22 additions & 3 deletions
25
.../appointmentsprovideraddappointmentactivatedeventargs_previousexecutionstate.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
----api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.PreviousExecutionState | ||
-api-type: winrt property | ||
---<!-- Property syntaxpublic Windows.ApplicationModel.Activation.ApplicationExecutionState PreviousExecutionState { get; }--># Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.PreviousExecutionState## -descriptionGets the execution state of the app before it was activated.## -property-valueOne of the enumeration values.## -remarks## -examples## -see-also | ||
--- | ||
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.PreviousExecutionState | ||
-api-type: winrt property | ||
--- | ||
|
||
<!-- Property syntax | ||
public Windows.ApplicationModel.Activation.ApplicationExecutionState PreviousExecutionState { get; } | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.PreviousExecutionState | ||
|
||
## -description | ||
Gets the execution state of the app before it was activated. | ||
|
||
## -property-value | ||
One of the enumeration values. | ||
|
||
## -remarks | ||
|
||
## -examples | ||
|
||
## -see-also |
25 changes: 22 additions & 3 deletions
25
...activation/appointmentsprovideraddappointmentactivatedeventargs_splashscreen.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
----api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.SplashScreen | ||
-api-type: winrt property | ||
---<!-- Property syntaxpublic Windows.ApplicationModel.Activation.SplashScreen SplashScreen { get; }--># Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.SplashScreen## -descriptionGets the splash screen object, which provides information about the transition from the splash screen to the activated app.## -property-valueThe object that provides splash screen information.## -remarks## -examples## -see-also | ||
--- | ||
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.SplashScreen | ||
-api-type: winrt property | ||
--- | ||
|
||
<!-- Property syntax | ||
public Windows.ApplicationModel.Activation.SplashScreen SplashScreen { get; } | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.SplashScreen | ||
|
||
## -description | ||
Gets the splash screen object, which provides information about the transition from the splash screen to the activated app. | ||
|
||
## -property-value | ||
The object that provides splash screen information. | ||
|
||
## -remarks | ||
|
||
## -examples | ||
|
||
## -see-also |
30 changes: 27 additions & 3 deletions
30
...onmodel.activation/appointmentsprovideraddappointmentactivatedeventargs_user.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
----api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.User | ||
-api-type: winrt property | ||
---<!-- Property syntaxpublic Windows.System.User User { get; }--># Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.User## -descriptionGets the user that the app was activated for.## -property-valueThe user that the app was activated for.## -remarksThis property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session (such as Xbox) this property returns the logged-in user that the app was activated for.This property returns **null** when a multi-user application is activated with no specific user context.Multi-user apps can use this property to allow or restrict app behavior. For example, you might restrict access to content or features based on the user’s credentials.## -examples## -see-also | ||
--- | ||
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.User | ||
-api-type: winrt property | ||
--- | ||
|
||
<!-- Property syntax | ||
public Windows.System.User User { get; } | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.User | ||
|
||
## -description | ||
Gets the user that the app was activated for. | ||
|
||
## -property-value | ||
The user that the app was activated for. | ||
|
||
## -remarks | ||
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session (such as Xbox) this property returns the logged-in user that the app was activated for. | ||
|
||
This property returns **null** when a multi-user application is activated with no specific user context. | ||
|
||
Multi-user apps can use this property to allow or restrict app behavior. For example, you might restrict access to content or features based on the user’s credentials. | ||
|
||
## -examples | ||
|
||
## -see-also |
25 changes: 22 additions & 3 deletions
25
...onmodel.activation/appointmentsprovideraddappointmentactivatedeventargs_verb.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
----api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Verb | ||
-api-type: winrt property | ||
---<!-- Property syntaxpublic string Verb { get; }--># Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Verb## -descriptionGets the action to be performed by the appointments provider.## -property-valueThe action to be performed by the appointments provider.## -remarks## -examples## -see-also | ||
--- | ||
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Verb | ||
-api-type: winrt property | ||
--- | ||
|
||
<!-- Property syntax | ||
public string Verb { get; } | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Verb | ||
|
||
## -description | ||
Gets the action to be performed by the appointments provider. | ||
|
||
## -property-value | ||
The action to be performed by the appointments provider. | ||
|
||
## -remarks | ||
|
||
## -examples | ||
|
||
## -see-also |
29 changes: 26 additions & 3 deletions
29
...tionmodel.activation/appointmentsproviderremoveappointmentactivatedeventargs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
----api-id: T:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs | ||
-api-type: winrt class | ||
---<!-- Class syntax.public class AppointmentsProviderRemoveAppointmentActivatedEventArgs : Windows.ApplicationModel.Activation.IActivatedEventArgs, Windows.ApplicationModel.Activation.IActivatedEventArgsWithUser, Windows.ApplicationModel.Activation.IAppointmentsProviderActivatedEventArgs, Windows.ApplicationModel.Activation.IAppointmentsProviderRemoveAppointmentActivatedEventArgs--># Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs## -descriptionProvides data when an app is activated to remove an appointment from the user’s calendar.> **JavaScript**> This type appears as [WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs](../windows.ui.webui/webuiappointmentsproviderremoveappointmentactivatedeventargs.md).## -remarksThis object is accessed when you override the [OnActivated](../windows.ui.xaml/application_onactivated.md) method, [IActivatedEventArgs.Kind](iactivatedeventargs_kind.md) is **AppointmentsProvider**, and [IAppointmentsProviderActivatedEventArgs.Verb](iappointmentsprovideractivatedeventargs_verb.md) is equal to the value of the [AppointmentsProviderLaunchActionVerbs.RemoveAppointment](../windows.applicationmodel.appointments.appointmentsprovider/appointmentsproviderlaunchactionverbs_removeappointment.md) property.## -examples## -see-also[IAppointmentsProviderRemoveAppointmentActivatedEventArgs](iappointmentsproviderremoveappointmentactivatedeventargs.md), [IAppointmentsProviderActivatedEventArgs](iappointmentsprovideractivatedeventargs.md), [IActivatedEventArgs](iactivatedeventargs.md) | ||
--- | ||
-api-id: T:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs | ||
-api-type: winrt class | ||
--- | ||
|
||
<!-- Class syntax. | ||
public class AppointmentsProviderRemoveAppointmentActivatedEventArgs : Windows.ApplicationModel.Activation.IActivatedEventArgs, Windows.ApplicationModel.Activation.IActivatedEventArgsWithUser, Windows.ApplicationModel.Activation.IAppointmentsProviderActivatedEventArgs, Windows.ApplicationModel.Activation.IAppointmentsProviderRemoveAppointmentActivatedEventArgs | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs | ||
|
||
## -description | ||
Provides data when an app is activated to remove an appointment from the user’s calendar. | ||
|
||
|
||
|
||
> **JavaScript** | ||
> This type appears as [WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs](../windows.ui.webui/webuiappointmentsproviderremoveappointmentactivatedeventargs.md). | ||
## -remarks | ||
This object is accessed when you override the [OnActivated](../windows.ui.xaml/application_onactivated.md) method, [IActivatedEventArgs.Kind](iactivatedeventargs_kind.md) is **AppointmentsProvider**, and [IAppointmentsProviderActivatedEventArgs.Verb](iappointmentsprovideractivatedeventargs_verb.md) is equal to the value of the [AppointmentsProviderLaunchActionVerbs.RemoveAppointment](../windows.applicationmodel.appointments.appointmentsprovider/appointmentsproviderlaunchactionverbs_removeappointment.md) property. | ||
|
||
## -examples | ||
|
||
## -see-also | ||
[IAppointmentsProviderRemoveAppointmentActivatedEventArgs](iappointmentsproviderremoveappointmentactivatedeventargs.md), [IAppointmentsProviderActivatedEventArgs](iappointmentsprovideractivatedeventargs.md), [IActivatedEventArgs](iactivatedeventargs.md) |
26 changes: 23 additions & 3 deletions
26
...odel.activation/appointmentsproviderremoveappointmentactivatedeventargs_kind.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
----api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.Kind | ||
-api-type: winrt property | ||
---<!-- Property syntaxpublic Windows.ApplicationModel.Activation.ActivationKind Kind { get; }--># Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.Kind## -descriptionGets the activation type.## -property-valueThe [ActivationKind.AppointmentsProvider](activationkind.md) enumeration value.## -remarks## -examples## -see-also[ActivationKind](activationkind.md) | ||
--- | ||
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.Kind | ||
-api-type: winrt property | ||
--- | ||
|
||
<!-- Property syntax | ||
public Windows.ApplicationModel.Activation.ActivationKind Kind { get; } | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.Kind | ||
|
||
## -description | ||
Gets the activation type. | ||
|
||
## -property-value | ||
The [ActivationKind.AppointmentsProvider](activationkind.md) enumeration value. | ||
|
||
## -remarks | ||
|
||
## -examples | ||
|
||
## -see-also | ||
[ActivationKind](activationkind.md) |
25 changes: 22 additions & 3 deletions
25
...pointmentsproviderremoveappointmentactivatedeventargs_previousexecutionstate.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
----api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.PreviousExecutionState | ||
-api-type: winrt property | ||
---<!-- Property syntaxpublic Windows.ApplicationModel.Activation.ApplicationExecutionState PreviousExecutionState { get; }--># Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.PreviousExecutionState## -descriptionGets the execution state of the app before it was activated.## -property-valueOne of the enumeration values.## -remarks## -examples## -see-also | ||
--- | ||
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.PreviousExecutionState | ||
-api-type: winrt property | ||
--- | ||
|
||
<!-- Property syntax | ||
public Windows.ApplicationModel.Activation.ApplicationExecutionState PreviousExecutionState { get; } | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.PreviousExecutionState | ||
|
||
## -description | ||
Gets the execution state of the app before it was activated. | ||
|
||
## -property-value | ||
One of the enumeration values. | ||
|
||
## -remarks | ||
|
||
## -examples | ||
|
||
## -see-also |
25 changes: 22 additions & 3 deletions
25
...tmentsproviderremoveappointmentactivatedeventargs_removeappointmentoperation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
----api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.RemoveAppointmentOperation | ||
-api-type: winrt property | ||
---<!-- Property syntaxpublic Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation RemoveAppointmentOperation { get; }--># Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.RemoveAppointmentOperation## -descriptionGets the appointment that is provided to the app when the user tries to remove it.## -property-valueThe appointment that is removed.## -remarks## -examples## -see-also | ||
--- | ||
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.RemoveAppointmentOperation | ||
-api-type: winrt property | ||
--- | ||
|
||
<!-- Property syntax | ||
public Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation RemoveAppointmentOperation { get; } | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.RemoveAppointmentOperation | ||
|
||
## -description | ||
Gets the appointment that is provided to the app when the user tries to remove it. | ||
|
||
## -property-value | ||
The appointment that is removed. | ||
|
||
## -remarks | ||
|
||
## -examples | ||
|
||
## -see-also |
25 changes: 22 additions & 3 deletions
25
...ivation/appointmentsproviderremoveappointmentactivatedeventargs_splashscreen.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
----api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.SplashScreen | ||
-api-type: winrt property | ||
---<!-- Property syntaxpublic Windows.ApplicationModel.Activation.SplashScreen SplashScreen { get; }--># Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.SplashScreen## -descriptionGets the splash screen object, which provides information about the transition from the splash screen to the activated app.## -property-valueThe object that provides splash screen information.## -remarks## -examples## -see-also | ||
--- | ||
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.SplashScreen | ||
-api-type: winrt property | ||
--- | ||
|
||
<!-- Property syntax | ||
public Windows.ApplicationModel.Activation.SplashScreen SplashScreen { get; } | ||
--> | ||
|
||
# Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.SplashScreen | ||
|
||
## -description | ||
Gets the splash screen object, which provides information about the transition from the splash screen to the activated app. | ||
|
||
## -property-value | ||
The object that provides splash screen information. | ||
|
||
## -remarks | ||
|
||
## -examples | ||
|
||
## -see-also |
Oops, something went wrong.