ITeamFoundationLicensingService.GetLicenseType-Methode
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetLicenseType ( _
requestContext As TeamFoundationRequestContext, _
licenseTypeId As Guid, _
<OutAttribute> ByRef licenseFeatures As ILicenseFeature() _
) As ILicenseType
ILicenseType GetLicenseType(
TeamFoundationRequestContext requestContext,
Guid licenseTypeId,
out ILicenseFeature[] licenseFeatures
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- licenseTypeId
Typ: System.Guid
- licenseFeatures
Typ: array<Microsoft.TeamFoundation.Server.Core.ILicenseFeature[]%
Rückgabewert
Typ: Microsoft.TeamFoundation.Server.Core.ILicenseType
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.