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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.