IVsDataMappedObjectType.UnderlyingTypes, propriété
Obtient les types sous-jacents spécifiques à la source de données qui correspondent au type mappé.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
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>
Valeur de propriété
Type : ICollection<IVsDataObjectType>
Une collection d' IVsDataObjectType objets représentant les types sous-jacents qui correspondent au type mappé.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.