This documentation is archived and is not being maintained.
TfsConnection::GetService Method (Type)
Visual Studio 2013
Gets the requested service.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- serviceType
- Type: System::Type
The type of service to retrieve.
Return Value
Type: System::ObjectAn instance of the service that is requested if it could be found, or a null reference if it could not be found.
Implements
IServiceProvider::GetService(Type)- 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.
Show: