ITeamExplorerSection.GetExtensibilityService Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Return Value

Type: System.Object
The service instance if found, null otherwise.

.NET Framework Security

See Also

Reference

ITeamExplorerSection Interface

Microsoft.TeamFoundation.Controls Namespace