Freigeben über


TeamFoundationLicensingServiceBase.GetLicensesForUser-Methode

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

Syntax

'Declaration
Public MustOverride Function GetLicensesForUser ( _
    requestContext As TeamFoundationRequestContext, _
    userDescriptor As IdentityDescriptor _
) As ILicenseType()
public abstract ILicenseType[] GetLicensesForUser(
    TeamFoundationRequestContext requestContext,
    IdentityDescriptor userDescriptor
)

Parameter

Rückgabewert

Typ: array<Microsoft.TeamFoundation.Server.Core.ILicenseType[]

Implementiert

ITeamFoundationLicensingService.GetLicensesForUser(TeamFoundationRequestContext, IdentityDescriptor)

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationLicensingServiceBase Klasse

Microsoft.TeamFoundation.Server.Core-Namespace