Freigeben über


DictionaryWrapper<TKey, TValue>.Keys-Eigenschaft

Ruft den Schlüssel ab.

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

Syntax

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

value = instance.Keys
public List<TKey> Keys { get; }

Eigenschaftswert

Typ: System.Collections.Generic.List<TKey>
Die Schlüssel.

Siehe auch

Referenz

DictionaryWrapper<TKey, TValue> Klasse

DictionaryWrapper<TKey, TValue>-Member

Microsoft.PerformancePoint.Scorecards-Namespace