Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function IsFeatureSupported ( _
    requestContext As TeamFoundationRequestContext, _
    featureId As Guid _
) As Boolean
bool IsFeatureSupported(
    TeamFoundationRequestContext requestContext,
    Guid featureId
)
bool IsFeatureSupported(
    TeamFoundationRequestContext^ requestContext, 
    Guid featureId
)
abstract IsFeatureSupported : 
        requestContext:TeamFoundationRequestContext * 
        featureId:Guid -> bool
function IsFeatureSupported(
    requestContext : TeamFoundationRequestContext, 
    featureId : Guid
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext 
- featureId
Type: System.Guid 
Return Value
Type: System.Boolean
.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.