Share via


ITeamFoundationFeatureAvailabilityService.SetFeatureState Method (TeamFoundationRequestContext, IEnumerable<String>, FeatureAvailabilityScope, Boolean)

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

Syntax

'Declaration
Sub SetFeatureState ( _
    requestContext As TeamFoundationRequestContext, _
    featureNames As IEnumerable(Of String), _
    scope As FeatureAvailabilityScope, _
    state As Boolean _
)
void SetFeatureState(
    TeamFoundationRequestContext requestContext,
    IEnumerable<string> featureNames,
    FeatureAvailabilityScope scope,
    bool state
)
void SetFeatureState(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<String^>^ featureNames, 
    FeatureAvailabilityScope scope, 
    bool state
)
abstract SetFeatureState : 
        requestContext:TeamFoundationRequestContext * 
        featureNames:IEnumerable<string> * 
        scope:FeatureAvailabilityScope * 
        state:bool -> unit
function SetFeatureState(
    requestContext : TeamFoundationRequestContext, 
    featureNames : IEnumerable<String>, 
    scope : FeatureAvailabilityScope, 
    state : boolean
)

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationFeatureAvailabilityService Interface

SetFeatureState Overload

Microsoft.TeamFoundation.Framework.Server Namespace