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

'宣言
ReadOnly Property MappedTypes As IDictionary(Of String, IVsDataMappedObjectType)
'使用
Dim instance As IVsDataObjectSupportModel
Dim value As IDictionary(Of String, IVsDataMappedObjectType)

value = instance.MappedTypes
IDictionary<string, IVsDataMappedObjectType> MappedTypes { get; }
property IDictionary<String^, IVsDataMappedObjectType^>^ MappedTypes {
    IDictionary<String^, IVsDataMappedObjectType^>^ 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.

Permissions

See Also

Reference

IVsDataObjectSupportModel Interface

IVsDataObjectSupportModel Members

Microsoft.VisualStudio.Data.Services Namespace