PropertiesCollection.Values Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Values As Dictionary(Of T).ValueCollection
public Dictionary<T>.ValueCollection Values { get; }
public:
property Dictionary<T>::ValueCollection^ Values {
Dictionary<T>::ValueCollection^ get ();
}
member Values : Dictionary<T>.ValueCollection with get
function get Values () : Dictionary<TKey, TValue>.ValueCollection
Property Value
Type: System.Collections.Generic.Dictionary<TKey, TValue>.ValueCollection
.NET Framework Security
- 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.