ITeamFoundationFeatureAvailabilityService.GetFeatureInformation Method (TeamFoundationRequestContext, Nullable<Guid>)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetFeatureInformation ( _
requestContext As TeamFoundationRequestContext, _
userId As Nullable(Of Guid) _
) As IEnumerable(Of FeatureAvailabilityInformation)
IEnumerable<FeatureAvailabilityInformation> GetFeatureInformation(
TeamFoundationRequestContext requestContext,
Nullable<Guid> userId
)
IEnumerable<FeatureAvailabilityInformation^>^ GetFeatureInformation(
TeamFoundationRequestContext^ requestContext,
Nullable<Guid> userId
)
abstract GetFeatureInformation :
requestContext:TeamFoundationRequestContext *
userId:Nullable<Guid> -> IEnumerable<FeatureAvailabilityInformation>
function GetFeatureInformation(
requestContext : TeamFoundationRequestContext,
userId : Nullable<Guid>
) : IEnumerable<FeatureAvailabilityInformation>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- userId
Type: System.Nullable<Guid>
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