PropertiesCollection.IDictionary<String, Object>.Values Property

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Private ReadOnly Property Values As ICollection(Of Object)
    Implements IDictionary(Of String, Object).Values
ICollection<Object> IDictionary<string, Object>.Values { get; }
private:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get () sealed = IDictionary<String^, Object^>::Values::get;
}
private abstract Values : ICollection<Object> with get 
private override Values : ICollection<Object> with get
JScript does not support explicit interface implementations.

Property Value

Type: System.Collections.Generic.ICollection<Object>

Implements

IDictionary<TKey, TValue>.Values

.NET Framework Security

See Also

Reference

PropertiesCollection Class

Microsoft.VisualStudio.Services.WebApi Namespace