DataConnectionProperties.Values (Propiedad)

Recupera una colección de valores de propiedad actuales.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Values As ICollection(Of Object)
[BrowsableAttribute(false)]
public ICollection<Object> Values { get; }
[BrowsableAttribute(false)]
public:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Values : ICollection<Object>
[<BrowsableAttribute(false)>]
override Values : ICollection<Object>
final function get Values () : ICollection<Object>

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<Object>
Una colección de valores de propiedad actuales.

Implementaciones

IDictionary<TKey, TValue>.Values

Seguridad de .NET Framework

Vea también

Referencia

DataConnectionProperties Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)