ApplicationDataCompositeValue.Remove method

This topic has not yet been rated - Rate this topic

Removes a specific key-value pair from the ApplicationDataCompositeValue.

Syntax


public bool Remove(
  KeyValuePair<String,Object> key
)

Parameters

key

Type: KeyValuePair<String,Object>

The key-value pair to remove.

Return value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if the item was removed, otherwise false.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage
Windows::Storage [C++]

See also

ApplicationDataCompositeValue

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.