DataPackagePropertySet.Remove method

Applies to Windows and Windows Phone

Removes a specific item from the DataPackagePropertySet.

Syntax

public bool Remove(
  string key
)
Public Function Remove(
  key As String 
) As Boolean

Parameters

Return value

Type: System.Boolean

True if the item was removed, 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