IVsDataObjectSupportModel.MappedTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.