Skip to content

Commit 5349df0

Browse files
authored
Update launch-screen-snipping.md
1 parent 3fe4f54 commit 5349df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwp/launch-resume/launch-screen-snipping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The **ms-screensketch:** URI allows you to programatically launch the Snipping T
3838
| sharedAccessToken | string | no | A token identifying the file to open. Retrieved from [SharedStorageAccessManager.AddFile](/uwp/api/windows.applicationmodel.datatransfer.sharedstorageaccessmanager.addfile). If this parameter is omitted, the app will be launched without a file open. |
3939
| secondarySharedAccessToken | string | no | A string identifying a JSON file with metadata about the snip. The metadata may include a **clipPoints** field with an array of x,y coordinates, and/or a [userActivity](/uwp/api/windows.applicationmodel.useractivities.useractivity). |
4040
| source | string | no | A freeform string to indicate the source that launched the URI. |
41-
| isTemporary | bool | no | If set to True, Screen Sketch will try to delete the file after opening it. |
41+
| isTemporary | bool | no | If set to True, Snipping Tool will try to delete the file after opening it. |
4242

4343
The following example calls the [LaunchUriAsync](/uwp/api/Windows.System.Launcher#Windows_System_Launcher_LaunchUriAsync_Windows_Foundation_Uri_) method to send an image to Snipping Tool from the user's app.
4444

0 commit comments

Comments
 (0)