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)
'Usage
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataObjectSupportModel Interface