ResourceDictionary.Add method

This topic has not yet been rated - Rate this topic

Adds an item to the ResourceDictionary.

Syntax


public void Add(
  object key, 
  object value
)

Parameters

key

Type: System.Object

The string key of the item to add.

value

Type: System.Object

The item value to add.

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.