This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::IDictionary::Item Property
Visual Studio 2013
Returns the value that is associated with the key in the dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
private: virtual property Object^ Item[Object^ key] { Object^ get (Object^ key) sealed = IDictionary::Item::get; void set (Object^ key, Object^ value) sealed = IDictionary::Item::set; }
Parameters
- key
- Type: System::Object
Implements
IDictionary::Item- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: