GlobalObjectProvider.GetService 方法
获取所请求的服务。
命名空间: Microsoft.VisualStudio.Shell.Design
程序集: Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)
语法
声明
Protected Function GetService ( _
serviceType As Type _
) As Object
protected Object GetService(
Type serviceType
)
参数
- serviceType
类型:System.Type
检索的服务 Type
返回值
类型:System.Object
表示请求的服务的实例的 Object ;否则, nullnull 引用(在 Visual Basic 中为 Nothing) ,如果该服务不存在。
异常
异常 | 条件 |
---|---|
ArgumentNullException | serviceType 为 nullnull 引用(在 Visual Basic 中为 Nothing)。 |
备注
GetService 方法的默认实现委托的 SetSite 方法设置的请求传递给 IServiceProvider 。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.Shell.Design 命名空间
SetSite