IVsDataObjectSupportModel.Types 属性

定义

检索名称/值对的集合,其中包含特定于数据源的类型名称以及对象存储区中的相应类型对象。

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^> ^ Types { System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.Data.Services.IVsDataObjectType> Types { get; }
member this.Types : System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Data.Services.IVsDataObjectType>
Public ReadOnly Property Types As IDictionary(Of String, IVsDataObjectType)

属性值

IDictionary<String,IVsDataObjectType>

名称/值对的集合,其中包含特定于数据源的类型名称及其对应的 IVsDataObjectType 对象。

适用于