WindowPane.GetService 方法

获取指定类型的服务。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Protected Overridable Function GetService ( _
    serviceType As Type _
) As Object
protected virtual Object GetService(
    Type serviceType
)

参数

  • serviceType
    类型:System.Type
     服务访问的类型。

返回值

类型:System.Object
服务。

备注

如果菜单命令 services 未在调用此方法时存在,则将创建。,仅当已经存在,帮助服务和 IOleCommandTarget 服务将返回。

.NET Framework 安全性

请参见

参考

WindowPane 类

Microsoft.VisualStudio.Shell 命名空间