Share via


ITestManagementTeamProjectInternal.StopCachingSharedStepWorkItems Method

Namespace:  Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Sub StopCachingSharedStepWorkItems ( _
    sharedSteps As ISharedStepHelper _
)
void StopCachingSharedStepWorkItems(
    ISharedStepHelper sharedSteps
)
void StopCachingSharedStepWorkItems(
    ISharedStepHelper^ sharedSteps
)
abstract StopCachingSharedStepWorkItems : 
        sharedSteps:ISharedStepHelper -> unit
function StopCachingSharedStepWorkItems(
    sharedSteps : ISharedStepHelper
)

Parameters

.NET Framework Security

See Also

Reference

ITestManagementTeamProjectInternal Interface

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace