This topic has not yet been rated - Rate this topic

MediaPropertySet.TryGetValue method

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

Syntax


public bool TryGetValue(
  Guid key, 
  out object value
)

Parameters

key

Type: System.Guid

The key to check for in the MediaPropertySet.

value (out parameter)

Type: System.Object

The item, if it exists. Contains null if the item does not exist in the MediaPropertySet.

Return value

Type: System.Boolean

true if an item with that key exists in the MediaPropertySet; otherwise, false.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Media.MediaProperties

See also

MediaPropertySet

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.