IVsDataMappedObjectType.UnderlyingTypes, propriété

Obtient les types sous-jacents spécifiques à la source de données qui correspondent au type mappé.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
ReadOnly Property UnderlyingTypes As ICollection(Of IVsDataObjectType)
ICollection<IVsDataObjectType> UnderlyingTypes { get; }
property ICollection<IVsDataObjectType^>^ UnderlyingTypes {
    ICollection<IVsDataObjectType^>^ get ();
}
abstract UnderlyingTypes : ICollection<IVsDataObjectType> with get
function get UnderlyingTypes () : ICollection<IVsDataObjectType>

Valeur de propriété

Type : ICollection<IVsDataObjectType>
Une collection d' IVsDataObjectType objets représentant les types sous-jacents qui correspondent au type mappé.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataMappedObjectType Interface

Microsoft.VisualStudio.Data.Services, espace de noms