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
声明
<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. |