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
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
The IVsUIHierarchy object representing the hierarchy being refreshed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.