This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::IDictionary::Values Property
Visual Studio 2013
Returns the collection of values in this dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
private: virtual property ICollection^ Values { ICollection^ get () sealed = IDictionary::Values::get; }
Implements
IDictionary::Values- 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: