DataPackagePropertySetView.TryGetValue method

Applies to Windows and Windows Phone

Returns a value that indicates whether a specified key exists in the DataPackagePropertySetView. If an item with that key exists, the item is retrieved as an out parameter.

Syntax

public bool TryGetValue(
  string key, 
  out object value
)
Public Function TryGetValue(
  key As String,  
  <OutAttribute> value As Object 
) As Boolean

Parameters

Return value

Type: System.Boolean

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

Namespace

Windows.ApplicationModel.DataTransfer

See also

DataPackagePropertySetView