Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.