次の方法で共有


Package.IServiceProvider.GetService Method

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

Return Value

Type: System.Object

Implements

IServiceProvider.GetService(Type)

Permissions

See Also

Reference

Package Class

Package Members

Microsoft.VisualStudio.Shell Namespace