IVsDataObjectSupportModel.MappedTypes 属性

定义

获取名称/值对的集合,这些名称/值对包含映射的类型名称及其对应的映射类型对象。

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)

属性值

IDictionary<String,IVsDataMappedObjectType>

名称/值对的集合,其中包含映射的类型名称及其对应的对象 IVsDataMappedObjectType

适用于