NamedValueDictionary.SetItem Method
Note
This method is available only when developing for Windows.
Modifies the value of an existing element.
Syntax
'Declaration
Protected Overridable Sub SetItem ( _
key As String, _
value As T _
)
protected virtual void SetItem (
string key,
T value
)
protected:
virtual void SetItem(
String key,
T value
)
Parameters
- key
Type: String
Identity of the element to be modified. - value
Type: T
The value to be set.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
NamedValueDictionary Generic Class
NamedValueDictionary Members
Microsoft.Xna.Framework.Content.Pipeline Namespace
Platforms
Windows 7, Windows Vista, Windows XP