DataConnectionProperties.Values Property

Retrieves a collection of the current property values.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Values As ICollection(Of Object)
'使用
Dim instance As DataConnectionProperties
Dim value As ICollection(Of Object)

value = instance.Values
[BrowsableAttribute(false)]
public ICollection<Object> Values { get; }
[BrowsableAttribute(false)]
public:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get () sealed;
}
public final function get Values () : ICollection<Object>

Property Value

Type: System.Collections.Generic.ICollection<Object>

A collection of the current property values.

Implements

IDictionary<TKey, TValue>.Values

Permissions

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data.Framework Namespace