This documentation is archived and is not being maintained.
CisDictionary::Item Property
Visual Studio 2013
This member overrides Hashtable::Item. Namespace:
Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual property Object^ Item[Object^ index] { Object^ get (Object^ index) override; void set (Object^ index, Object^ value) override; }
Parameters
- index
- 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: