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 安全性

请参见

参考

OleMenuCommandService 类

Microsoft.VisualStudio.Shell 命名空间