DataPackagePropertySet.Remove method

This topic has not yet been rated - Rate this topic

Removes a specific key-value pair from the DataPackagePropertySet.

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.ApplicationModel.DataTransfer
Windows::ApplicationModel::DataTransfer [C++]

See also

DataPackagePropertySet

 

 

Build date: 2/25/2013

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