IVsDataObjectType.Services 属性

定义

获取作为名称/值对的集合的当前类型的服务列表,其中包含服务名称和相应的 IVsDataObjectService 对象。

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

属性值

IDictionary<String,IVsDataObjectService>

作为包含服务名称和相应对象的名称/值对集合的当前类型的服务列表 IVsDataObjectService

适用于