Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.