DataPackagePropertySet.Add method

Applies to Windows and Windows Phone

Adds a new key-value pair to the DataPackagePropertySet.

Syntax

public void Add(
  KeyValuePair<String,Object> item
)
Public Sub Add(
  item As KeyValuePair(Of String,Object) 
)

Parameters

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