TeamFoundationFeatureAvailabilityService.GetFeatureInformation Method (TeamFoundationRequestContext, Nullable<Guid>)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetFeatureInformation ( _
    requestContext As TeamFoundationRequestContext, _
    userId As Nullable(Of Guid) _
) As IEnumerable(Of FeatureAvailabilityInformation)
public IEnumerable<FeatureAvailabilityInformation> GetFeatureInformation(
    TeamFoundationRequestContext requestContext,
    Nullable<Guid> userId
)
public:
virtual IEnumerable<FeatureAvailabilityInformation^>^ GetFeatureInformation(
    TeamFoundationRequestContext^ requestContext, 
    Nullable<Guid> userId
) sealed
abstract GetFeatureInformation : 
        requestContext:TeamFoundationRequestContext * 
        userId:Nullable<Guid> -> IEnumerable<FeatureAvailabilityInformation> 
override GetFeatureInformation : 
        requestContext:TeamFoundationRequestContext * 
        userId:Nullable<Guid> -> IEnumerable<FeatureAvailabilityInformation> 
public final function GetFeatureInformation(
    requestContext : TeamFoundationRequestContext, 
    userId : Nullable<Guid>
) : IEnumerable<FeatureAvailabilityInformation>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<FeatureAvailabilityInformation>
Returns IEnumerable<T>.

Implements

ITeamFoundationFeatureAvailabilityService.GetFeatureInformation(TeamFoundationRequestContext, Nullable<Guid>)

.NET Framework Security

See Also

Reference

TeamFoundationFeatureAvailabilityService Class

GetFeatureInformation Overload

Microsoft.TeamFoundation.Framework.Server Namespace