Share via


CatalogStepPerformer.DeleteCollectionCatalogData Method

Namespace:  Microsoft.TeamFoundation.Server.Core.Extensions
Assembly:  Microsoft.TeamFoundation.Server.Core.Extensions (in Microsoft.TeamFoundation.Server.Core.Extensions.dll)

Syntax

'Declaration
<ServicingStepAttribute> _
Public Sub DeleteCollectionCatalogData ( _
    servicingContext As ServicingContext _
)
[ServicingStepAttribute]
public void DeleteCollectionCatalogData(
    ServicingContext servicingContext
)
[ServicingStepAttribute]
public:
void DeleteCollectionCatalogData(
    ServicingContext^ servicingContext
)
[<ServicingStepAttribute>]
member DeleteCollectionCatalogData : 
        servicingContext:ServicingContext -> unit
public function DeleteCollectionCatalogData(
    servicingContext : ServicingContext
)

Parameters

.NET Framework Security

See Also

Reference

CatalogStepPerformer Class

Microsoft.TeamFoundation.Server.Core.Extensions Namespace