Proprietà HybridDictionary<TKey, TValue>.Values

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Values As ICollection(Of TValue)
public ICollection<TValue> Values { get; }

Valore proprietà

Tipo: System.Collections.Generic.ICollection<TValue>

Implementa

IDictionary<TKey, TValue>.Values

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HybridDictionary<TKey, TValue> Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI