共用方式為


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 命名空間