TeamFoundationFeatureAvailabilityService.GetFeatureInformation 方法 (TeamFoundationRequestContext)

所有功能的详细信息在请求上下文使用的范围

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

语法

声明
Public Function GetFeatureInformation ( _
    requestContext As TeamFoundationRequestContext _
) As IEnumerable(Of FeatureAvailabilityInformation)
public IEnumerable<FeatureAvailabilityInformation> GetFeatureInformation(
    TeamFoundationRequestContext requestContext
)

参数

返回值

类型:System.Collections.Generic.IEnumerable<FeatureAvailabilityInformation>
返回 IEnumerable<T>

实现

ITeamFoundationFeatureAvailabilityService.GetFeatureInformation(TeamFoundationRequestContext)

.NET Framework 安全性

请参阅

参考

TeamFoundationFeatureAvailabilityService 类

GetFeatureInformation 重载

Microsoft.TeamFoundation.Framework.Server 命名空间