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.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- catalogService
Typ: Microsoft.TeamFoundation.Framework.Server.Alm.TeamFoundationCatalogService
- recurse
Typ: System.Boolean