Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.02 KB

standarddataformats_storageitems.md

File metadata and controls

26 lines (17 loc) · 1.02 KB
-api-id -api-type
P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.StorageItems
winrt property

Windows.ApplicationModel.DataTransfer.StandardDataFormats.StorageItems

-description

A read-only property that returns the format ID string value corresponding to the storage item format (for files and folders).

-property-value

The format ID string value corresponding to the storage item format (for files and folders).

-remarks

-examples

This example demonstrates the use of the StorageItems property. For more examples, see the Clipboard sample and the ShareTarget sample.

[!code-csHowToReceiveShare]

-see-also