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.
Specifies the types of changes that can be made to a document.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Text.Document
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ChangeTypes
[FlagsAttribute]
public enum ChangeTypes
[FlagsAttribute]
public enum class ChangeTypes
[<FlagsAttribute>]
type ChangeTypes
public enum ChangeTypes
Members
Member name | Description | |
---|---|---|
None | No change types are set. | |
ChangedSinceOpened | The change occurred after the document was opened. | |
ChangedSinceSaved | The change occurred after the document was saved. |