This documentation is archived and is not being maintained.
ValidateNodeDelegate Delegate
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
'Declaration Public Delegate Sub ValidateNodeDelegate ( _ requestContext As TeamFoundationRequestContext, _ catalogService As TeamFoundationCatalogService, _ utility As CatalogRuleValidationUtility, _ node As CatalogNode, _ isCreate As Boolean _ )
Parameters
- requestContext
- Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- catalogService
- Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService
- isCreate
- Type: System.Boolean
Show: