ChangeTypes Enumeration

 

Specifies the types of changes that can be made to a document.

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

[FlagsAttribute]
public enum ChangeTypes

Member nameDescription
ChangedSinceOpened

The change occurred after the document was opened.

ChangedSinceSaved

The change occurred after the document was saved.

None

No change types are set.

Return to top
Show: