Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns detailed information about feature availability at the scope used by the request context
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetFeatureInformation ( _
requestContext As TeamFoundationRequestContext, _
featureName As String _
) As FeatureAvailabilityInformation
FeatureAvailabilityInformation GetFeatureInformation(
TeamFoundationRequestContext requestContext,
string featureName
)
FeatureAvailabilityInformation^ GetFeatureInformation(
TeamFoundationRequestContext^ requestContext,
String^ featureName
)
abstract GetFeatureInformation :
requestContext:TeamFoundationRequestContext *
featureName:string -> FeatureAvailabilityInformation
function GetFeatureInformation(
requestContext : TeamFoundationRequestContext,
featureName : String
) : FeatureAvailabilityInformation
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- featureName
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.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