DataClientObject<T>.IServiceProvider.GetService Method

Retrieves the service corresponding to the service type specified.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Private Function GetService ( _
    serviceType As Type _
) As Object Implements IServiceProvider.GetService
'使用
Dim instance As DataClientObject
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

    The type of service to return.

Return Value

Type: System.Object

A service object that corresponds to the service type specified.

Implements

IServiceProvider.GetService(Type)

Permissions

See Also

Reference

DataClientObject<T> Class

DataClientObject<T> Members

Microsoft.VisualStudio.Data.Framework Namespace