Share via


SimpleTagger<T>.Update Method

Gets an IDisposable object that represents an update batch.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public Function Update As IDisposable
public IDisposable Update()
public:
IDisposable^ Update()
member Update : unit -> IDisposable
public function Update() : IDisposable

Return Value

Type: IDisposable
An IDisposable object that represents an update batch.

.NET Framework Security

See Also

Reference

SimpleTagger<T> Class

Microsoft.VisualStudio.Text.Tagging Namespace