Share via


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
    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
Returns an ICollection containing the keys for the IDictionary.

Implements

IDictionary.Keys

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

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data Namespace