ITeamFoundationFeatureAvailabilityService.SetFeatureState-Methode (TeamFoundationRequestContext, 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, _
featureName As String, _
scope As FeatureAvailabilityScope, _
state As Boolean _
)
void SetFeatureState(
TeamFoundationRequestContext requestContext,
string featureName,
FeatureAvailabilityScope scope,
bool state
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- featureName
Typ: System.String
- state
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.