Skip to content

Commit 0117f55

Browse files
Steven WhiteSteven White
Steven White
authored and
Steven White
committed
Merged PR 18256: topic was referencing the wrong sample
topic was referencing the wrong sample
1 parent 098fe21 commit 0117f55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

windows.storage.pickers.provider/fileopenpickerui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Learn about creating a good experience for users when they access your files thr
2424

2525
## -examples
2626

27-
The [File picker sample](https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/FilePicker) demonstrates how to respond to a [FileOpenPicker](../windows.applicationmodel.activation/activationkind.md) activated event.
27+
The [File picker provider sample](https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/FilePickerContracts) demonstrates how to respond to a [FileOpenPicker](../windows.applicationmodel.activation/activationkind.md) activated event.
2828

2929
```csharp
3030
// File open picker activated event handler
@@ -48,8 +48,8 @@ public void Activate(FileOpenPickerActivatedEventArgs args)
4848
}
4949
```
5050

51-
For C#, `args` contains a [FileOpenPickerActivatedEventArgs](../windows.applicationmodel.activation/fileopenpickeractivatedeventargs.md) object. Additionally, the `OnFileOpenPickerActivated` is in the App.xaml.cs file and the `Activate` method is in the FileOpenPickerPage.xaml.cs file of the [File picker sample](https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/FilePicker).
51+
For C#, `args` contains a [FileOpenPickerActivatedEventArgs](../windows.applicationmodel.activation/fileopenpickeractivatedeventargs.md) object. Additionally, the `OnFileOpenPickerActivated` is in the App.xaml.cs file and the `Activate` method is in the FileOpenPickerPage.xaml.cs file of the [File picker provider sample](https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/FilePickerContracts).
5252

5353
## -see-also
5454

55-
[Open files and folders with a picker](/windows/uwp/files/quickstart-using-file-and-folder-pickers), [Windows.ApplicationModel.Activation.activationKind enumeration](../windows.applicationmodel.activation/activationkind.md), [Windows.UI.WebUI.webUIFileOpenPickerActivatedEventArgs class](../windows.ui.webui/webuifileopenpickeractivatedeventargs.md), [Windows.ApplicationModel.Activation.ActivationKind enumeration](../windows.applicationmodel.activation/activationkind.md), [Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs class](../windows.applicationmodel.activation/fileopenpickeractivatedeventargs.md), [File picker contracts sample](https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/FilePickerContracts)
55+
[Open files and folders with a picker](/windows/uwp/files/quickstart-using-file-and-folder-pickers), [Windows.ApplicationModel.Activation.activationKind enumeration](../windows.applicationmodel.activation/activationkind.md), [Windows.UI.WebUI.webUIFileOpenPickerActivatedEventArgs class](../windows.ui.webui/webuifileopenpickeractivatedeventargs.md), [Windows.ApplicationModel.Activation.ActivationKind enumeration](../windows.applicationmodel.activation/activationkind.md), [Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs class](../windows.applicationmodel.activation/fileopenpickeractivatedeventargs.md), [File picker provider sample](https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/FilePickerContracts)

0 commit comments

Comments
 (0)