IVsDataObjectSupportModel.MappedTypes, propriété

Obtient une collection de paires nom/valeur contenant le type mappé noms et leur type mappé correspondant objets de la mémoire de l'objet.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
ReadOnly Property MappedTypes As IDictionary(Of String, IVsDataMappedObjectType)
IDictionary<string, IVsDataMappedObjectType> MappedTypes { get; }
property IDictionary<String^, IVsDataMappedObjectType^>^ MappedTypes {
    IDictionary<String^, IVsDataMappedObjectType^>^ get ();
}
abstract MappedTypes : IDictionary<string, IVsDataMappedObjectType> with get
function get MappedTypes () : IDictionary<String, IVsDataMappedObjectType>

Valeur de propriété

Type : IDictionary<String, IVsDataMappedObjectType>
Une collection de paires nom/valeur contenant le type mappé noms et leurs objets correspondants d' IVsDataMappedObjectType de la mémoire de l'objet.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataObjectSupportModel Interface

Microsoft.VisualStudio.Data.Services, espace de noms