Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 587 Bytes

applicationdatacompositevalue_insert_2123640444.md

File metadata and controls

29 lines (20 loc) · 587 Bytes
-api-id -api-type
M:Windows.Storage.ApplicationDataCompositeValue.Insert(System.String,System.Object)
winrt method

Windows.Storage.ApplicationDataCompositeValue.Insert

-description

Creates or replaces an application setting.

-parameters

-param key

The key of the setting to insert or replace.

-param value

The setting value.

-returns

True if an item with the specified key is an existing item and was replaced; otherwise, false.

-remarks

-examples

-see-also