Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
IVsDataMappedObjectType Interface