ITeamExplorerSection.GetExtensibilityService Method
Get the requested extensibility service for this page.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Function GetExtensibilityService ( _
serviceType As Type _
) As Object
Object GetExtensibilityService(
Type serviceType
)
Object^ GetExtensibilityService(
Type^ serviceType
)
abstract GetExtensibilityService :
serviceType:Type -> Object
function GetExtensibilityService(
serviceType : Type
) : Object
Parameters
serviceType
Type: System.TypeService type
Return Value
Type: System.Object
The service instance if found, null otherwise.
.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.