ChangeTypes Enumeration
Visual Studio 2015
Specifies the types of changes that can be made to a document.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Member name | Description | |
|---|---|---|
| ChangedSinceOpened | The change occurred after the document was opened. | |
| ChangedSinceSaved | The change occurred after the document was saved. | |
| None | No change types are set. |
Show: