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

See Also

Reference

PropertiesCollection Class

Microsoft.VisualStudio.Services.Common Namespace