IHostPlugin.GetService<T, V> Method
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Function GetService(Of T, V) As V
V GetService<T, V>()
generic<typename T, typename V>
V GetService()
abstract GetService : unit -> 'V
JScript does not support generic types or methods.
Type Parameters
- T
- V
Return Value
Type: V
Returns [{0}].
.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.