Package.IServiceProvider.GetService 方法

获取指定类型的服务。

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

语法

声明
Private Function GetService ( _
    serviceType As Type _
) As Object Implements IServiceProvider.GetService
Object IServiceProvider.GetService(
    Type serviceType
)

参数

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

返回值

类型:System.Object
对象表示请求的服务或 nullnull 引用(在 Visual Basic 中为 Nothing) ,如果不能找到符合条件。

实现

IServiceProvider.GetService(Type)

.NET Framework 安全性

请参见

参考

Package 类

Microsoft.VisualStudio.Shell 命名空间