PropertySet.Insert Method

Adds an item to the property set.

Syntax

public:
bool Insert(
         String^ key,
         Object^ value
)  

Parameters

key
Type: String 

  The key to insert.

value
Type: Object 

  The value to insert.

Return value

Type: bool 

  True if the method replaces a value that already exists for the key; false if this is a new key.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

PropertySet Class

PropertySet Members

Windows.Foundation.Collections Namespace