IVsDataObjectSupportModel.MappedTypes Property

Definition

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

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectType ^> ^ MappedTypes { System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectType ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectType> MappedTypes { get; }
member this.MappedTypes : System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectType>
Public ReadOnly Property MappedTypes As IDictionary(Of String, IVsDataMappedObjectType)

Property Value

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

Applies to