Sdílet prostřednictvím


IVsDataMappedObjectType.UnderlyingTypes – vlastnost

Získá základní typy dat source–specific, které odpovídají typu mapované.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Collections.Generic.ICollection<IVsDataObjectType>
Kolekce IVsDataObjectType objekty představující základní typy, které odpovídají typu mapované.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataMappedObjectType Rozhraní

Microsoft.VisualStudio.Data.Services – obor názvů