检索名称/值对的集合包含数据源特定类型名称以及从对象存储的相应类型的对象。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。