This documentation is archived and is not being maintained.

CisDictionary::Item Property

This member overrides Hashtable::Item.

Namespace:  Microsoft.TeamFoundation.Server
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

Property Value

Type: System::Object
Returns Object.

Implements

IDictionary::Item

Show: