Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public MustOverride Function IsFeatureSupported ( _
requestContext As TeamFoundationRequestContext, _
featureId As Guid, _
userContext As IdentityDescriptor _
) As Boolean
public abstract bool IsFeatureSupported(
TeamFoundationRequestContext requestContext,
Guid featureId,
IdentityDescriptor userContext
)
public:
virtual bool IsFeatureSupported(
TeamFoundationRequestContext^ requestContext,
Guid featureId,
IdentityDescriptor^ userContext
) abstract
abstract IsFeatureSupported :
requestContext:TeamFoundationRequestContext *
featureId:Guid *
userContext:IdentityDescriptor -> bool
public abstract function IsFeatureSupported(
requestContext : TeamFoundationRequestContext,
featureId : Guid,
userContext : IdentityDescriptor
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- featureId
Type: System.Guid
- userContext
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Return Value
Type: System.Boolean
Implements
.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.