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

See Also

Reference

IHostPlugin Interface

GetService Overload

Microsoft.VisualStudio.TeamFoundation Namespace