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
- 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.