Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns detailed information for all features at the scope used by the request context
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetFeatureInformation ( _
requestContext As TeamFoundationRequestContext _
) As IEnumerable(Of FeatureAvailabilityInformation)
IEnumerable<FeatureAvailabilityInformation> GetFeatureInformation(
TeamFoundationRequestContext requestContext
)
IEnumerable<FeatureAvailabilityInformation^>^ GetFeatureInformation(
TeamFoundationRequestContext^ requestContext
)
abstract GetFeatureInformation :
requestContext:TeamFoundationRequestContext -> IEnumerable<FeatureAvailabilityInformation>
function GetFeatureInformation(
requestContext : TeamFoundationRequestContext
) : IEnumerable<FeatureAvailabilityInformation>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.Collections.Generic.IEnumerable<FeatureAvailabilityInformation>
.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.
See Also
Reference
ITeamFoundationFeatureAvailabilityService Interface