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 Delegate Function TargetRequestContext ( _
collectionRequestContext As TeamFoundationRequestContext _
) As TeamFoundationRequestContext
public delegate TeamFoundationRequestContext TargetRequestContext(
TeamFoundationRequestContext collectionRequestContext
)
public delegate TeamFoundationRequestContext^ TargetRequestContext(
TeamFoundationRequestContext^ collectionRequestContext
)
type TargetRequestContext =
delegate of
collectionRequestContext:TeamFoundationRequestContext -> TeamFoundationRequestContext
JScript does not support delegates.
Parameters
- collectionRequestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext