Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Title
November 12, 2020 ยท View on GitHub
-description
Gets or sets the text that displays as a title for the contents of the DataPackage object.
-property-value
The text that displays as a title for the contents of the DataPackage object.
-remarks
Setting this property is mandatory. Without it, any share operations involving the DataPackage will fail.
-examples
This example shows how you can set the title for the content in a DataPackage.
[!code-csharpHowToShareTextBasic]