Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.25 KB

basicproperties_savepropertiesasync_132989229.md

File metadata and controls

27 lines (19 loc) · 1.25 KB
-api-id -api-type
M:Windows.Storage.FileProperties.BasicProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IKeyValuePair{System.String,System.Object}})
winrt method

Windows.Storage.FileProperties.BasicProperties.SavePropertiesAsync

-description

Saves the specified properties and values associated with the item.

-parameters

-param propertiesToSave

A collection that contains the names and values of the properties to save as key-value pairs (type IKeyValuePair).

-returns

No object or value is returned when this method completes.

-remarks

-examples

-see-also

basicProperties class, basicProperties.savePropertiesAsync methods, basicProperties.savePropertiesAsync() method, Windows.Foundation.Collections.IKeyValuePair interface