ResourceDictionary.TryGetValue method

This topic has not yet been rated - Rate this topic

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

Syntax


public bool TryGetValue(
  object key, 
  out object value
)

Parameters

key

Type: System.Object

The key to check for in the ResourceDictionary.

value (out parameter)

Type: System.Object

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

Return value

Type: System.Boolean

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml

See also

ResourceDictionary

 

 

Build date: 1/31/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.