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 Sub ValidateDeleteDelegate ( _
requestContext As TeamFoundationRequestContext, _
catalogService As TeamFoundationCatalogService, _
utility As CatalogRuleValidationUtility, _
node As CatalogNode, _
recurse As Boolean _
)
public delegate void ValidateDeleteDelegate(
TeamFoundationRequestContext requestContext,
TeamFoundationCatalogService catalogService,
CatalogRuleValidationUtility utility,
CatalogNode node,
bool recurse
)
public delegate void ValidateDeleteDelegate(
TeamFoundationRequestContext^ requestContext,
TeamFoundationCatalogService^ catalogService,
CatalogRuleValidationUtility^ utility,
CatalogNode^ node,
bool recurse
)
type ValidateDeleteDelegate =
delegate of
requestContext:TeamFoundationRequestContext *
catalogService:TeamFoundationCatalogService *
utility:CatalogRuleValidationUtility *
node:CatalogNode *
recurse:bool -> unit
JScript does not support delegates.
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- catalogService
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService
- recurse
Type: System.Boolean