-api-id | -api-type |
---|---|
P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.Text |
winrt property |
A read-only property that returns the format ID string value corresponding to the Text format.
The format ID string value corresponding to the Text format.
This example demonstrates the use of the Text 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-csharpHowToShareTextBasic]