OleMenuCommandService.ServiceProvider 属性
注意:此 API 现在已过时。
获取服务提供程序。
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
<ObsoleteAttribute("This method is obsolete and will be removed before the end of M3.2. Use the proected GetService method instead.")> _
Protected ReadOnly Property ServiceProvider As IServiceProvider
[ObsoleteAttribute("This method is obsolete and will be removed before the end of M3.2. Use the proected GetService method instead.")]
protected IServiceProvider ServiceProvider { get; }
属性值
类型:System.IServiceProvider
服务提供程序。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。