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
Protected Function LocalizeLicenseFeature ( _
licenseFeature As ILicenseFeature _
) As ILicenseFeature
protected ILicenseFeature LocalizeLicenseFeature(
ILicenseFeature licenseFeature
)
protected:
ILicenseFeature^ LocalizeLicenseFeature(
ILicenseFeature^ licenseFeature
)
member LocalizeLicenseFeature :
licenseFeature:ILicenseFeature -> ILicenseFeature
protected function LocalizeLicenseFeature(
licenseFeature : ILicenseFeature
) : ILicenseFeature
Parameters
- licenseFeature
Type: Microsoft.TeamFoundation.Server.Core.ILicenseFeature
Return Value
Type: Microsoft.TeamFoundation.Server.Core.ILicenseFeature
.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.