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)
ICollection<IVsDataObjectType> UnderlyingTypes { get; }
property ICollection<IVsDataObjectType^>^ UnderlyingTypes {
ICollection<IVsDataObjectType^>^ get ();
}
abstract UnderlyingTypes : ICollection<IVsDataObjectType> with 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.