This documentation is archived and is not being maintained.
PropertyBag::Item Property
Visual Studio 2013
Gets the property in this collection that has the specified name.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
public: property Object^ Item[String^ key] { Object^ get (String^ key); void set (String^ key, Object^ value); }
Parameters
- key
- Type: System::String
- 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: