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 ValidateNodeDelegate ( _
requestContext As TeamFoundationRequestContext, _
catalogService As TeamFoundationCatalogService, _
utility As CatalogRuleValidationUtility, _
node As CatalogNode, _
isCreate As Boolean _
)
public delegate void ValidateNodeDelegate(
TeamFoundationRequestContext requestContext,
TeamFoundationCatalogService catalogService,
CatalogRuleValidationUtility utility,
CatalogNode node,
bool isCreate
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- catalogService
Typ: Microsoft.TeamFoundation.Framework.Server.Alm.TeamFoundationCatalogService
- isCreate
Typ: System.Boolean