Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.