Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function GetService ( _
serviceType As Type _
) As Object Implements IServiceProvider.GetService
'使用
Dim instance As Package
Dim serviceType As Type
Dim returnValue As Object
returnValue = CType(instance, IServiceProvider).GetService(serviceType)
Object IServiceProvider.GetService(
Type serviceType
)
private:
virtual Object^ GetService(
Type^ serviceType
) sealed = IServiceProvider::GetService
JScript does not support explicit interface implementations.
Parameters
- serviceType
Type: System.Type
Return Value
Type: System.Object
Implements
IServiceProvider.GetService(Type)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.