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
Object IServiceProvider.GetService(
    Type serviceType
)
private:
virtual Object^ GetService(
    Type^ serviceType
) sealed = IServiceProvider::GetService
private abstract GetService : 
        serviceType:Type -> Object 
private override GetService : 
        serviceType:Type -> Object 
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)

.NET Framework Security

See Also

Reference

DataClientObject<T> Class

Microsoft.VisualStudio.Data.Framework Namespace