DataConnectionProperties.IDictionary.Keys Property
Retrieves an ICollection containing the keys for the IDictionary.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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 with get
private override Keys : ICollection with get
JScript does not support explicit interface implementations.
Property Value
Type: System.Collections.ICollection
Returns an ICollection containing the keys for the IDictionary.
Implements
Remarks
This method provides an implementation of the Keys property. For more information see the Keys property in the .NET Framework class library.
.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.