Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetLicenseType ( _
requestContext As TeamFoundationRequestContext, _
licenseTypeId As Guid, _
<OutAttribute> ByRef licenseFeatures As ILicenseFeature() _
) As ILicenseType
public ILicenseType GetLicenseType(
TeamFoundationRequestContext requestContext,
Guid licenseTypeId,
out ILicenseFeature[] licenseFeatures
)
public:
virtual ILicenseType^ GetLicenseType(
TeamFoundationRequestContext^ requestContext,
Guid licenseTypeId,
[OutAttribute] array<ILicenseFeature^>^% licenseFeatures
) sealed
abstract GetLicenseType :
requestContext:TeamFoundationRequestContext *
licenseTypeId:Guid *
licenseFeatures:ILicenseFeature[] byref -> ILicenseType
override GetLicenseType :
requestContext:TeamFoundationRequestContext *
licenseTypeId:Guid *
licenseFeatures:ILicenseFeature[] byref -> ILicenseType
public final function GetLicenseType(
requestContext : TeamFoundationRequestContext,
licenseTypeId : Guid,
licenseFeatures : ILicenseFeature[]
) : ILicenseType
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- licenseTypeId
Type: System.Guid
- licenseFeatures
Type: array<Microsoft.TeamFoundation.Server.Core.ILicenseFeature[]%
Return Value
Type: Microsoft.TeamFoundation.Server.Core.ILicenseType
Implements
.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.