DocData::CreateChangeMarker Method ()
Visual Studio 2015
Marks the beginning of an external change of the text buffer.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The DocData object tracks external text changes and may reload the designer if it detects such a change. Before changing the text yourself, call CreateChangeMarker. When done, dispose the returned IDisposable object.
Show: