IVsDataMappedObjectType.UnderlyingTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data source–specific underlying types that correspond to the mapped type.
public:
property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^> ^ UnderlyingTypes { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataObjectType> UnderlyingTypes { get; }
member this.UnderlyingTypes : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataObjectType>
Public ReadOnly Property UnderlyingTypes As ICollection(Of IVsDataObjectType)
Property Value
A collection of IVsDataObjectType objects representing the underlying types that correspond to the mapped type.