ITeamExplorerPlugin.StopRefresh Method

Prematurely stops the asynchronous refresh being performed on the specified hierarchy.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

‘선언
Sub StopRefresh ( _
    hierarchy As IVsUIHierarchy _
)
void StopRefresh(
    IVsUIHierarchy hierarchy
)
void StopRefresh(
    IVsUIHierarchy^ hierarchy
)
abstract StopRefresh : 
        hierarchy:IVsUIHierarchy -> unit 
function StopRefresh(
    hierarchy : IVsUIHierarchy
)

Parameters

.NET Framework Security

See Also

Reference

ITeamExplorerPlugin Interface

Microsoft.TeamFoundation.Common Namespace