Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the collection of keys in the dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Keys As ICollection(Of TKey)
Get
public ICollection<TKey> Keys { get; }
public:
virtual property ICollection<TKey>^ Keys {
ICollection<TKey>^ get () sealed;
}
abstract Keys : ICollection<'TKey>
override Keys : ICollection<'TKey>
final function get Keys () : ICollection<TKey>
Property Value
Type: System.Collections.Generic.ICollection<TKey>
The collection of keys in the dictionary.
Implements
IDictionary<TKey, TValue>.Keys
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.