AdoDotNetConnectionProperties.IDictionary.Values Property
Retrieves an ICollection object containing the values in the specified IDictionary instance.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Private ReadOnly Property Values As ICollection
Implements IDictionary.Values
ICollection IDictionary.Values { get; }
private:
virtual property ICollection^ Values {
ICollection^ get () sealed = IDictionary::Values::get;
}
private abstract Values : ICollection with get
private override Values : ICollection with get
JScript does not support explicit interface implementations.
Property Value
Type: System.Collections.ICollection
Returns an ICollection object.
Implements
Remarks
The order of the values in the returned ICollection is unspecified; however, it is assured to be in the same order in which the corresponding keys in the ICollection are returned by the Keys property.
This method provides an implementation of the Values property. For more information see the Values 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.