Partilhar via


Propriedade IVsDataMappedObjectType.UnderlyingTypes

Obtém os tipos específicos subjacente a fonte de dados que correspondem ao tipo mapeado.

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

Sintaxe

'Declaração
ReadOnly Property UnderlyingTypes As ICollection(Of IVsDataObjectType)
ICollection<IVsDataObjectType> UnderlyingTypes { get; }
property ICollection<IVsDataObjectType^>^ UnderlyingTypes {
    ICollection<IVsDataObjectType^>^ get ();
}
abstract UnderlyingTypes : ICollection<IVsDataObjectType>
function get UnderlyingTypes () : ICollection<IVsDataObjectType>

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<IVsDataObjectType>
Uma coleção de objetos IVsDataObjectType representando os tipos subjacente que correspondem ao tipo mapeado.

Segurança do .NET Framework

Consulte também

Referência

IVsDataMappedObjectType Interface

Namespace Microsoft.VisualStudio.Data.Services