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