Method CreateOpenFilePicker
| Edit this page View SourceCreateOpenFilePicker(Window)
Creates a new instance of a FileOpenPicker with the provided window as a parent.
Declaration
public static FileOpenPicker CreateOpenFilePicker(this Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | Parent window |
Returns
| Type | Description |
|---|---|
| FileOpenPicker | FileOpenPicker |