DataPackagePropertySet.Contains method

Applies to Windows and Windows Phone

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

Syntax

public bool Contains(
  KeyValuePair<String,Object> key
)
Public Function Contains(
  key As KeyValuePair(Of String,Object) 
) As Boolean

Parameters

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

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.DataTransfer

See also

DataPackagePropertySet