BasicPlugin.StopRefresh Method
Stops the refresh of the hierarchy.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public Overrides Sub StopRefresh ( _
hierarchy As IVsUIHierarchy _
)
public override void StopRefresh(
IVsUIHierarchy hierarchy
)
public:
virtual void StopRefresh(
IVsUIHierarchy^ hierarchy
) override
abstract StopRefresh :
hierarchy:IVsUIHierarchy -> unit
override StopRefresh :
hierarchy:IVsUIHierarchy -> unit
public override function StopRefresh(
hierarchy : IVsUIHierarchy
)
Parameters
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
The IVsUIHierarchy object that represents the hierarchy being refreshed.
Implements
ITeamExplorerPlugin.StopRefresh(IVsUIHierarchy)
.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.