Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.21 KB

videoproperties_retrievepropertiesasync_507906171.md

File metadata and controls

28 lines (20 loc) · 1.21 KB
-api-id -api-type
M:Windows.Storage.FileProperties.VideoProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable{System.String})
winrt method

Windows.Storage.FileProperties.VideoProperties.RetrievePropertiesAsync

-description

Retrieves the specified properties associated with the item.

-parameters

-param propertiesToRetrieve

A collection that contains the names of the properties to retrieve.

-returns

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

-remarks

In JavaScript, use then or done to specify handler functions that will capture and process the collection when it is returned.

-examples

-see-also

Windows.Foundation.Collections.IMap interface