Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the requested service.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable Function GetService(Of T) As T
public virtual T GetService<T>()
public:
generic<typename T>
virtual T GetService()
abstract GetService : unit -> 'T
override GetService : unit -> 'T
JScript does not support generic types or methods.
Type Parameters
- T
The type of service to retrieve.
Return Value
Type: T
An instance of the service that is requested if it could be found, or a null reference if it could not be found.
.NET Framework Security
- 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.