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: System.IDisposable
An IDisposable object that represents an update batch.
.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.