Share via


TeamFoundationLicensingServiceBase.IsFeatureSupported 方法 (TeamFoundationRequestContext, Guid, IdentityDescriptor)

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
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
)

参数

返回值

类型:System.Boolean

实现

ITeamFoundationLicensingService.IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor)

.NET Framework 安全性

请参阅

参考

TeamFoundationLicensingServiceBase 类

IsFeatureSupported 重载

Microsoft.TeamFoundation.Server.Core 命名空间