IVsDataObjectSupportModel.Types 属性

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

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property Types As IDictionary(Of String, IVsDataObjectType)
IDictionary<string, IVsDataObjectType> Types { get; }
property IDictionary<String^, IVsDataObjectType^>^ Types {
    IDictionary<String^, IVsDataObjectType^>^ get ();
}
abstract Types : IDictionary<string, IVsDataObjectType>
function get Types () : IDictionary<String, IVsDataObjectType>

属性值

类型:System.Collections.Generic.IDictionary<String, IVsDataObjectType>
名称/值对的集合包含从对象中存储的数据源特定类型名称及其相应的 IVsDataObjectType 对象。

.NET Framework 安全性

请参见

参考

IVsDataObjectSupportModel 接口

Microsoft.VisualStudio.Data.Services 命名空间