Freigeben über


TeamFoundationLicensingServiceBase.IsFeatureSupported-Methode (TeamFoundationRequestContext, Guid, IdentityDescriptor)

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public MustOverride Function IsFeatureSupported ( _
    requestContext As TeamFoundationRequestContext, _
    featureId As Guid, _
    userContext As IdentityDescriptor _
) As Boolean
public abstract bool IsFeatureSupported(
    TeamFoundationRequestContext requestContext,
    Guid featureId,
    IdentityDescriptor userContext
)

Parameter

Rückgabewert

Typ: System.Boolean

Implementiert

ITeamFoundationLicensingService.IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor)

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationLicensingServiceBase Klasse

IsFeatureSupported-Überladung

Microsoft.TeamFoundation.Server.Core-Namespace