This documentation is archived and is not being maintained.

TeamFoundationServer::GetService Method (Type)

Gets the specified service.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
virtual Object^ GetService(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type

The type of service to retrieve.

Return Value

Type: System::Object
The instance of the specified service. Null if the service could not be found.

Implements

IServiceProvider::GetService(Type)

Show: