This topic has not yet been rated - Rate this topic

IVsBatchUpdate Interface

Initiates the incorporation of all pending data updates in a text buffer or view.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

[GuidAttribute("A2D3286E-B5AE-4981-8D32-E9053FCF997D")] 
[InterfaceTypeAttribute(1)] 
public interface IVsBatchUpdate
/** @attribute GuidAttribute("A2D3286E-B5AE-4981-8D32-E9053FCF997D") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsBatchUpdate
GuidAttribute("A2D3286E-B5AE-4981-8D32-E9053FCF997D") 
InterfaceTypeAttribute(1) 
public interface IVsBatchUpdate

When a view implements this interface and registers itself with the text manager via IVsTextManager::RegisterIndependentView Method, the text manager will call FlushPendingUpdates at various critical points such as right before save, before launch, and activation of another document. When FlushPendingUpdates is called, the text buffer and all of its associated views must incorporate all pending data changes. .

Notes to Implementers Implement this interface on any editor view or buffer that does not incorporate data changes immediately, but buffers changes for later update.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ