Freigeben über


DictionaryWrapper<TKey, TValue>.Values-Eigenschaft

Ruft die Werte ab.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Values As List(Of TValue)
    Get
'Usage
Dim instance As DictionaryWrapper
Dim value As List(Of TValue)

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

Eigenschaftswert

Typ: System.Collections.Generic.List<TValue>
Die Werte.

Siehe auch

Referenz

DictionaryWrapper<TKey, TValue> Klasse

DictionaryWrapper<TKey, TValue>-Member

Microsoft.PerformancePoint.Scorecards-Namespace