ValidateResourceDelegate-Delegat
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Delegate Sub ValidateResourceDelegate ( _
requestContext As TeamFoundationRequestContext, _
catalogService As TeamFoundationCatalogService, _
utility As CatalogRuleValidationUtility, _
resource As CatalogResource _
)
public delegate void ValidateResourceDelegate(
TeamFoundationRequestContext requestContext,
TeamFoundationCatalogService catalogService,
CatalogRuleValidationUtility utility,
CatalogResource resource
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- catalogService
Typ: Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService
- resource
Typ: Microsoft.TeamFoundation.Server.Core.CatalogResource