Share via


IVsDataObjectSupportModel.MappedTypes Property

Gets a collection of name/value pairs containing the mapped type names and their corresponding mapped type objects from the object store.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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>

Property Value

Type: System.Collections.Generic.IDictionary<String, IVsDataMappedObjectType>
A collection of name/value pairs containing the mapped type names and their corresponding IVsDataMappedObjectType objects from the object store.

.NET Framework Security

See Also

Reference

IVsDataObjectSupportModel Interface

Microsoft.VisualStudio.Data.Services Namespace