IVsDataObjectType.Services 属性

正如名称/值对的集合包含服务名和对应的 IVsDataObjectService 对象,获取服务列表当前类型的。

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

语法

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

属性值

类型:System.Collections.Generic.IDictionary<String, IVsDataObjectService>
服务列出当前类型化为名称/值对的集合包含服务名和对应的 IVsDataObjectService 对象。

.NET Framework 安全性

请参见

参考

IVsDataObjectType 接口

Microsoft.VisualStudio.Data.Services 命名空间