Skip to content

Commit

Permalink
Merged PR 14094: http -> https
Browse files Browse the repository at this point in the history
http -> https
  • Loading branch information
Mike Jacobs authored and Mike Jacobs committed Feb 1, 2019
1 parent 874e88a commit 9f0afc2
Show file tree
Hide file tree
Showing 4,664 changed files with 6,719 additions and 6,719 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion windows.applicationmodel.activation/activationkind.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ This app was launched by another app on a different device by using the DIAL pro
This app was activated as a result of pairing a device.

### -field UserDataAccountsProvider:1014
The app was launched to handle the user interface for account management. In circumstances where the system would have shown the default system user interface, it instead has invoked your app with the UserDataAccountProvider contract. The activation payload contains information about the type of operation being requested and all the information necessary to replicate the system-provided user interface. This activation kind is limited to 1st party apps. To use this field, you must add the **userDataAccountsProvider** capability in your app's package manifest. For more info see [App capability declarations](http://aka.ms/appcap). Introduced in Windows 10, version 1607 (10.0.14393).
The app was launched to handle the user interface for account management. In circumstances where the system would have shown the default system user interface, it instead has invoked your app with the UserDataAccountProvider contract. The activation payload contains information about the type of operation being requested and all the information necessary to replicate the system-provided user interface. This activation kind is limited to 1st party apps. To use this field, you must add the **userDataAccountsProvider** capability in your app's package manifest. For more info see [App capability declarations](https://aka.ms/appcap). Introduced in Windows 10, version 1607 (10.0.14393).

### -field FilePickerExperience:1015
Reserved for system use. Introduced in Windows 10, version 1607 (10.0.14393).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ This table provides more detail about when you'll see each of these states and w
<tr><td>**NotRunning**</td><td>The user first activates the app after:

<ul><li>installing the app from the Store</li><li>clicking **End task** in Task Manager while the app is running</li><li>rebooting the computer</li><li>logging off and back on</li></ul>The user closes the app through the close gesture or Alt+F4 and activates it within about 10 seconds of closing it.</td><td>Display its initial UI and perform initialization tasks.</td></tr>
<tr><td>**Running**</td><td>The app is activated through a secondary tile or one of the [activation contracts and extensions](http://msdn.microsoft.com/library/08800074-78ba-410a-962f-876da3463629) while it is running.</td><td>Respond to the activation event as appropriate.</td></tr>
<tr><td>**Suspended**</td><td>The app is activated through a secondary tile or one of the [activation contracts and extensions](http://msdn.microsoft.com/library/08800074-78ba-410a-962f-876da3463629) while Windows is suspending it or after Windows has suspended it.</td><td>Respond to the activation event as appropriate.</td></tr>
<tr><td>**Running**</td><td>The app is activated through a secondary tile or one of the [activation contracts and extensions](https://msdn.microsoft.com/library/08800074-78ba-410a-962f-876da3463629) while it is running.</td><td>Respond to the activation event as appropriate.</td></tr>
<tr><td>**Suspended**</td><td>The app is activated through a secondary tile or one of the [activation contracts and extensions](https://msdn.microsoft.com/library/08800074-78ba-410a-962f-876da3463629) while Windows is suspending it or after Windows has suspended it.</td><td>Respond to the activation event as appropriate.</td></tr>
<tr><td>**Terminated**</td><td>Windows successfully suspends the app and then it is terminated. For example, Windows can terminate a suspended app if the system is running low on resources. Some apps, such as games, can be pretty resource intensive.</td><td>Restore itself to the way the user left it, rather than starting fresh. Use data saved during app suspension. Refresh content or network connections that may have become stale.</td></tr>
<tr><td>**ClosedByUser**</td><td>The user closes the app through the close gesture or Alt+F4 and takes longer than 10 seconds to activate the app again.</td><td>In Windows 8, display its initial UI and perform initialization tasks, rather than restoring its previous state.

Expand All @@ -55,4 +55,4 @@ On Windows Phone, only **NotRunning** and **Suspended** are supported.
## -examples

## -see-also
[App lifecycle](http://msdn.microsoft.com/library/6c469e77-f1e3-4859-a27b-c326f9616d10), [UX guidelines for launch, suspend, and resume](http://msdn.microsoft.com/library/90770735-c2c5-4d3a-a21f-48a59e2a0ba9), [CachedFileUpdaterActivatedEventArgs.PreviousExecutionState](cachedfileupdateractivatedeventargs_previousexecutionstate.md), [CameraSettingsActivatedEventArgs.PreviousExecutionState](camerasettingsactivatedeventargs_previousexecutionstate.md), [ContactPickerActivatedEventArgs.PreviousExecutionState](contactpickeractivatedeventargs_previousexecutionstate.md), [DeviceActivatedEventArgs.PreviousExecutionState](deviceactivatedeventargs_previousexecutionstate.md), [FileActivatedEventArgs.PreviousExecutionState](fileactivatedeventargs_previousexecutionstate.md), [FileOpenPickerActivatedEventArgs.PreviousExecutionState](fileopenpickeractivatedeventargs_previousexecutionstate.md), [FileSavePickerActivatedEventArgs.PreviousExecutionState](filesavepickeractivatedeventargs_previousexecutionstate.md), [LaunchActivatedEventArgs.PreviousExecutionState](launchactivatedeventargs_previousexecutionstate.md), [PrintTaskSettingsActivatedEventArgs.PreviousExecutionState](printtasksettingsactivatedeventargs_previousexecutionstate.md), [ProtocolActivatedEventArgs.PreviousExecutionState](protocolactivatedeventargs_previousexecutionstate.md), [SearchActivatedEventArgs.PreviousExecutionState](searchactivatedeventargs_previousexecutionstate.md), [ShareTargetActivatedEventArgs.PreviousExecutionState](sharetargetactivatedeventargs_previousexecutionstate.md), [WebUICachedFileUpdaterActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuicachedfileupdateractivatedeventargs_previousexecutionstate.md), [WebUICameraSettingsActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuicamerasettingsactivatedeventargs_previousexecutionstate.md), [WebUIContactPickerActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuicontactpickeractivatedeventargs_previousexecutionstate.md), [WebUIDeviceActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuideviceactivatedeventargs_previousexecutionstate.md), [WebUIFileActivatedEventArgs.previousExecutionState](fileactivatedeventargs_previousexecutionstate.md), [WebUIFileOpenPickerActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuifileopenpickeractivatedeventargs_previousexecutionstate.md), [WebUIFileSavePickerActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuifilesavepickeractivatedeventargs_previousexecutionstate.md), [WebUILaunchActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuilaunchactivatedeventargs_previousexecutionstate.md), [WebUIPrintTaskSettingsActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuiprinttasksettingsactivatedeventargs_previousexecutionstate.md), [WebUIProtocolActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuiprotocolactivatedeventargs_previousexecutionstate.md), [WebUISearchActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuisearchactivatedeventargs_previousexecutionstate.md), [WebUIShareTargetActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuisharetargetactivatedeventargs_previousexecutionstate.md)
[App lifecycle](https://msdn.microsoft.com/library/6c469e77-f1e3-4859-a27b-c326f9616d10), [UX guidelines for launch, suspend, and resume](https://msdn.microsoft.com/library/90770735-c2c5-4d3a-a21f-48a59e2a0ba9), [CachedFileUpdaterActivatedEventArgs.PreviousExecutionState](cachedfileupdateractivatedeventargs_previousexecutionstate.md), [CameraSettingsActivatedEventArgs.PreviousExecutionState](camerasettingsactivatedeventargs_previousexecutionstate.md), [ContactPickerActivatedEventArgs.PreviousExecutionState](contactpickeractivatedeventargs_previousexecutionstate.md), [DeviceActivatedEventArgs.PreviousExecutionState](deviceactivatedeventargs_previousexecutionstate.md), [FileActivatedEventArgs.PreviousExecutionState](fileactivatedeventargs_previousexecutionstate.md), [FileOpenPickerActivatedEventArgs.PreviousExecutionState](fileopenpickeractivatedeventargs_previousexecutionstate.md), [FileSavePickerActivatedEventArgs.PreviousExecutionState](filesavepickeractivatedeventargs_previousexecutionstate.md), [LaunchActivatedEventArgs.PreviousExecutionState](launchactivatedeventargs_previousexecutionstate.md), [PrintTaskSettingsActivatedEventArgs.PreviousExecutionState](printtasksettingsactivatedeventargs_previousexecutionstate.md), [ProtocolActivatedEventArgs.PreviousExecutionState](protocolactivatedeventargs_previousexecutionstate.md), [SearchActivatedEventArgs.PreviousExecutionState](searchactivatedeventargs_previousexecutionstate.md), [ShareTargetActivatedEventArgs.PreviousExecutionState](sharetargetactivatedeventargs_previousexecutionstate.md), [WebUICachedFileUpdaterActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuicachedfileupdateractivatedeventargs_previousexecutionstate.md), [WebUICameraSettingsActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuicamerasettingsactivatedeventargs_previousexecutionstate.md), [WebUIContactPickerActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuicontactpickeractivatedeventargs_previousexecutionstate.md), [WebUIDeviceActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuideviceactivatedeventargs_previousexecutionstate.md), [WebUIFileActivatedEventArgs.previousExecutionState](fileactivatedeventargs_previousexecutionstate.md), [WebUIFileOpenPickerActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuifileopenpickeractivatedeventargs_previousexecutionstate.md), [WebUIFileSavePickerActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuifilesavepickeractivatedeventargs_previousexecutionstate.md), [WebUILaunchActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuilaunchactivatedeventargs_previousexecutionstate.md), [WebUIPrintTaskSettingsActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuiprinttasksettingsactivatedeventargs_previousexecutionstate.md), [WebUIProtocolActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuiprotocolactivatedeventargs_previousexecutionstate.md), [WebUISearchActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuisearchactivatedeventargs_previousexecutionstate.md), [WebUIShareTargetActivatedEventArgs.previousExecutionState](../windows.ui.webui/webuisharetargetactivatedeventargs_previousexecutionstate.md)
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Provides information about the activated event that fires when the user saves or
> This type appears as [WebUICachedFileUpdaterActivatedEventArgs](../windows.ui.webui/webuicachedfileupdateractivatedeventargs.md).
## -remarks
Learn more about providing updates for files that your app offers in the [Quickstart: Providing file services through ](http://msdn.microsoft.com/library/3a348fea-c4b3-4847-a350-a41a69441c00) and in the [Windows.Storage.Pickers.Provider](../windows.storage.pickers.provider/windows_storage_pickers_provider.md) namespace reference.
Learn more about providing updates for files that your app offers in the [Quickstart: Providing file services through ](https://msdn.microsoft.com/library/3a348fea-c4b3-4847-a350-a41a69441c00) and in the [Windows.Storage.Pickers.Provider](../windows.storage.pickers.provider/windows_storage_pickers_provider.md) namespace reference.

A [CachedFileUpdaterActivatedEventArgs](cachedfileupdateractivatedeventargs.md) object is passed to the app's activated event handler when the user saves a file that requires content management from the app. This type of activation is indicated by the [ActivationKind.CachedFileUpdater](activationkind.md) value returned by the [Kind](cachedfileupdateractivatedeventargs_kind.md) property.

Expand All @@ -28,7 +28,7 @@ UWP app using C++, C#, or Visual Basic typically implement activation points by
All [Application](../windows.ui.xaml/application.md) overrides involved in an activation scenario should call [Window.Activate](../windows.ui.xaml/window_activate_1797342875.md) in their implementations.

## -examples
The [File picker contracts sample](http://go.microsoft.com/fwlink/p/?linkid=231536) demonstrates how to respond to a **CachedFileUpdater** activation point.
The [File picker contracts sample](https://go.microsoft.com/fwlink/p/?linkid=231536) demonstrates how to respond to a **CachedFileUpdater** activation point.

```csharp

Expand Down Expand Up @@ -62,7 +62,7 @@ public void Activate(CachedFileUpdaterActivatedEventArgs args)
}
```

For C#, `args` for an [OnCachedFileUpdaterActivated](../windows.ui.xaml/application_oncachedfileupdateractivated_383584449.md) override on the [Application](../windows.ui.xaml/application.md) object references a [CachedFileUpdaterActivatedEventArgs](cachedfileupdateractivatedeventargs.md) object. The [OnCachedFileUpdaterActivated](../windows.ui.xaml/application_oncachedfileupdateractivated_383584449.md) override is in the App.xaml.cs file and the `Activate` method is in the CachedFileUpdaterPage.xaml.cs file of the [File picker contracts sample](http://go.microsoft.com/fwlink/p/?linkid=231536).
For C#, `args` for an [OnCachedFileUpdaterActivated](../windows.ui.xaml/application_oncachedfileupdateractivated_383584449.md) override on the [Application](../windows.ui.xaml/application.md) object references a [CachedFileUpdaterActivatedEventArgs](cachedfileupdateractivatedeventargs.md) object. The [OnCachedFileUpdaterActivated](../windows.ui.xaml/application_oncachedfileupdateractivated_383584449.md) override is in the App.xaml.cs file and the `Activate` method is in the CachedFileUpdaterPage.xaml.cs file of the [File picker contracts sample](https://go.microsoft.com/fwlink/p/?linkid=231536).

## -see-also
[ActivationKind enumeration](activationkind.md), [Windows.Storage.Provider namespace](../windows.storage.provider/windows_storage_provider.md), [File picker contracts sample](http://go.microsoft.com/fwlink/p/?linkid=231536), [Windows.UI.Core.CoreApplicationView.Activated event](../windows.applicationmodel.core/coreapplicationview_activated.md), [OnCachedFileUpdaterActivated](../windows.ui.xaml/application_oncachedfileupdateractivated_383584449.md), [Application](../windows.ui.xaml/application.md)
[ActivationKind enumeration](activationkind.md), [Windows.Storage.Provider namespace](../windows.storage.provider/windows_storage_provider.md), [File picker contracts sample](https://go.microsoft.com/fwlink/p/?linkid=231536), [Windows.UI.Core.CoreApplicationView.Activated event](../windows.applicationmodel.core/coreapplicationview_activated.md), [OnCachedFileUpdaterActivated](../windows.ui.xaml/application_oncachedfileupdateractivated_383584449.md), [Application](../windows.ui.xaml/application.md)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Enables a camera settings app to handle the activation parameters for the app.
## -examples

## -see-also
[Windows.UI.Core.CoreApplicationView.Activated](../windows.applicationmodel.core/coreapplicationview_activated.md), [CameraCaptureUI](../windows.media.capture/cameracaptureui.md), [Microsoft Store device app for camera sample](http://go.microsoft.com/fwlink/p/?LinkID=249442), [Developing device apps for cameras](http://go.microsoft.com/fwlink/p/?LinkId=226802)
[Windows.UI.Core.CoreApplicationView.Activated](../windows.applicationmodel.core/coreapplicationview_activated.md), [CameraCaptureUI](../windows.media.capture/cameracaptureui.md), [Microsoft Store device app for camera sample](https://go.microsoft.com/fwlink/p/?LinkID=249442), [Developing device apps for cameras](https://go.microsoft.com/fwlink/p/?LinkId=226802)
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ If [Kind](camerasettingsactivatedeventargs_kind.md) is **CameraSettings**, the a
## -examples

## -see-also
[Microsoft Store device app for camera sample](http://go.microsoft.com/fwlink/p/?LinkID=249442), [Developing device apps for cameras](http://go.microsoft.com/fwlink/p/?LinkId=226802)
[Microsoft Store device app for camera sample](https://go.microsoft.com/fwlink/p/?LinkID=249442), [Developing device apps for cameras](https://go.microsoft.com/fwlink/p/?LinkId=226802)
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Here is an example for manifest registration.

After you register in your manifest, your app can be activated for the contact call contract. When your app is activated, you can use the event information to identify the call activation and extract the parameters that help you complete the call for the user.

For info about how to handle app activation through contact actions, see [Quickstart: Handling contact actions ](http://msdn.microsoft.com/library/397d8b2a-6255-4f37-8556-449a3be2ef3f) and [Quickstart: Handling contact actions ](http://msdn.microsoft.com/library/61bacc8a-24c9-4b3d-b77b-e0822467700c).
For info about how to handle app activation through contact actions, see [Quickstart: Handling contact actions ](https://msdn.microsoft.com/library/397d8b2a-6255-4f37-8556-449a3be2ef3f) and [Quickstart: Handling contact actions ](https://msdn.microsoft.com/library/61bacc8a-24c9-4b3d-b77b-e0822467700c).

## -examples
Here is an example of the code you need to handle contact call activations for PSTN numbers and Skype Ids.
Expand Down Expand Up @@ -135,4 +135,4 @@ void App::OnActivated(IActivatedEventArgs^ args)
```
## -see-also
[IContactCallActivatedEventArgs](icontactcallactivatedeventargs.md), [IContactActivatedEventArgs](icontactactivatedeventargs.md), [IActivatedEventArgs](iactivatedeventargs.md), [Handling Contact Actions sample](http://go.microsoft.com/fwlink/p/?LinkID=320151)
[IContactCallActivatedEventArgs](icontactcallactivatedeventargs.md), [IContactActivatedEventArgs](icontactactivatedeventargs.md), [IActivatedEventArgs](iactivatedeventargs.md), [Handling Contact Actions sample](https://go.microsoft.com/fwlink/p/?LinkID=320151)
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The identifier of the service used for the call.
## -remarks
For PSTN calls, the [ServiceId](contactcallactivatedeventargs_serviceid.md) property is set to "telephone." For web-based services, the [ServiceId](contactcallactivatedeventargs_serviceid.md) property is set to the domain name of the service to be used for calling, for example “skype.com”. Your app will only receive call activations for ServiceIds that match the "ServiceId" elements that your app has registered in its manifest.

For info about how to handle app activation through contact actions, see [Quickstart: Handling contact actions ](http://msdn.microsoft.com/library/397d8b2a-6255-4f37-8556-449a3be2ef3f) and [Quickstart: Handling contact actions ](http://msdn.microsoft.com/library/61bacc8a-24c9-4b3d-b77b-e0822467700c).
For info about how to handle app activation through contact actions, see [Quickstart: Handling contact actions ](https://msdn.microsoft.com/library/397d8b2a-6255-4f37-8556-449a3be2ef3f) and [Quickstart: Handling contact actions ](https://msdn.microsoft.com/library/61bacc8a-24c9-4b3d-b77b-e0822467700c).

## -examples

## -see-also
[Handling Contact Actions sample](http://go.microsoft.com/fwlink/p/?LinkID=320151)
[Handling Contact Actions sample](https://go.microsoft.com/fwlink/p/?LinkID=320151)
Loading

0 comments on commit 9f0afc2

Please sign in to comment.