Share via


NamedValueDictionary.Item Property

Note

This property is available only when developing for Windows.

Gets or sets the specified item.

Syntax

'Declaration
Public Property Item ( _
         key As String _
) As T 
public T this [
         string key
] { get; set; }
public:
property T default [String] {
         T get (String key);
         void set (T value);
}

Property Value

Type: T
Identity of a key.

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