DataPackagePropertySet.Contains method

This topic has not yet been rated - Rate this topic

Returns a value that indicates whether a specified key-value pair exists in the DataPackagePropertySet.

Syntax


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

Parameters

key

Type: KeyValuePair<String,Object>

The key-value pair to check for in the DataPackagePropertySet.

Return value

Type: System.Boolean

True if an item with that key exists in the DataPackagePropertySet; otherwise, false.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.DataTransfer

See also

DataPackagePropertySet

 

 

Build date: 2/25/2013

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