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.
Returns the collection of keys in this dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Private ReadOnly Property Keys As ICollection
Implements IDictionary.Keys
Get
ICollection IDictionary.Keys { get; }
private:
virtual property ICollection^ Keys {
ICollection^ get () sealed = IDictionary::Keys::get;
}
private abstract Keys : ICollection
private override Keys : ICollection
JScript does not support explicit interface implementations.
Property Value
Type: System.Collections.ICollection
The collection of keys in this dictionary.
Implements
.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.