Share via


IVsDataMappedObjectType.UnderlyingTypes Property

Gets the data source–specific underlying types that correspond to the mapped type.

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

Syntax

'Declaration
ReadOnly Property UnderlyingTypes As ICollection(Of IVsDataObjectType)
'Usage
Dim instance As IVsDataMappedObjectType 
Dim value As ICollection(Of IVsDataObjectType)

value = instance.UnderlyingTypes
ICollection<IVsDataObjectType> UnderlyingTypes { get; }
property ICollection<IVsDataObjectType^>^ UnderlyingTypes {
    ICollection<IVsDataObjectType^>^ get ();
}
function get UnderlyingTypes () : ICollection<IVsDataObjectType>

Property Value

Type: System.Collections.Generic.ICollection<IVsDataObjectType>
A collection of IVsDataObjectType objects representing the underlying types that correspond to the mapped type.

.NET Framework Security

See Also

Reference

IVsDataMappedObjectType Interface

IVsDataMappedObjectType Members

Microsoft.VisualStudio.Data.Services Namespace