Partilhar via


Propriedade DataConnectionProperties.Values

Retorna uma coleção de valores de propriedade atual.

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

Sintaxe

'Declaração
<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 propriedade

Tipo: System.Collections.Generic.ICollection<Object>
Uma coleção de valores de propriedade atual.

Implementações

IDictionary<TKey, TValue>.Values

Segurança do .NET Framework

Consulte também

Referência

DataConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework