Partager via


DictionaryWrapper<TKey, TValue>.Values - Propriété

Obtient les valeurs.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Values As List(Of TValue)
    Get
'Utilisation
Dim instance As DictionaryWrapper
Dim value As List(Of TValue)

value = instance.Values
public List<TValue> Values { get; }

Valeur de propriété

Type : System.Collections.Generic.List<TValue>
Les valeurs.

Voir aussi

Référence

DictionaryWrapper<TKey, TValue> classe

DictionaryWrapper<TKey, TValue> - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms