IVsDataObjectSupportModel.MappedTypes Eigenschaft

Definition

Ruft eine Auflistung von Name-Wert-Paaren ab, die die zugeordneten Typnamen und die entsprechenden zugeordneten Typobjekte aus dem Objektspeicher enthält.

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)

Eigenschaftswert

IDictionary<String,IVsDataMappedObjectType>

Eine Auflistung von Name-Wert-Paaren, die die zugeordneten Typnamen und die zugehörigen IVsDataMappedObjectType Objekte aus dem Objektspeicher enthalten.

Gilt für