IVsDataObjectType.Services 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取作为名称/值对的集合的当前类型的服务列表,其中包含服务名称和相应的 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)
属性值
作为包含服务名称和相应对象的名称/值对集合的当前类型的服务列表 IVsDataObjectService 。