Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.13 KB

standarddataformats_uri.md

File metadata and controls

30 lines (19 loc) · 1.13 KB
-api-id -api-type
P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.Uri
winrt property

Windows.ApplicationModel.DataTransfer.StandardDataFormats.Uri

-description

Note

Uri may be altered or unavailable for releases after Windows 8.1. Instead, use ApplicationLink or WebLink.

A read-only property that returns the format ID string value corresponding to the Uniform Resource Identifier (URI) format.

-property-value

The format ID string value corresponding to the Uniform Resource Identifier (URI) format.

-remarks

-examples

This example demonstrates the use of the Uri property. To use the code in this example, add an event listener to your app to handle the activated event. Then put this code in the function that this event listener calls.

[!code-csharpHowToShareLink_CS]

-see-also