Windows.Storage.FileProperties.StorageItemContentProperties.RetrievePropertiesAsync

September 2, 2020 ยท View on GitHub

-description

Retrieves the specified properties associated with the item.

-parameters

-param propertiesToRetrieve

A collection that contains the names of the properties to retrieve. The list of supported properties can be found on the Core properties page.

-returns

When this method completes successfully, it returns a collection (type IMap) that contains the specified properties and values as key-value pairs. The return value of properties can be null.

-remarks

Expando properties can be retrieved by RetrievePropertiesAsync. See the remarks under SavePropertiesAsync(IIterable(IKeyValuePair)).

-examples

-see-also

Core properties page,StorageItemContentProperties class, SavePropertiesAsync(IIterable(IKeyValuePair)), Windows.Foundation.Collections.IMap interface