Proprietà WeakValueDictionary<K, V>.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 IEnumerable(Of V)
public IEnumerable<V> Values { get; }

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<V>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WeakValueDictionary<K, V> Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI