Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.26 KB

datapackage_properties.md

File metadata and controls

25 lines (17 loc) · 1.26 KB
-api-id -api-type
P:Windows.ApplicationModel.DataTransfer.DataPackage.Properties
winrt property

Windows.ApplicationModel.DataTransfer.DataPackage.Properties

-description

Allows you to get and set properties like the title of the content being shared.

-property-value

A collection of properties that describe the data contained in a DataPackage.

-remarks

In addition to the content being shared, each instance of a DataPackage object supports a set of properties. Target apps can use these properties to learn more about the content of the DataPackage. Examples of common properties include thumbnail images, title, and file types.

This property contains an instance of the DataPackagePropertySet class. This class supports several properties by default. This class also supports custom properties through its Insert and Lookup methods.

-examples

-see-also