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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。