ChangeCommitGestureFlags2 Enumeration

Adds flags that indicate the type of changes made to text that triggered the commit gesture.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ChangeCommitGestureFlags2
[FlagsAttribute]
public enum ChangeCommitGestureFlags2
[FlagsAttribute]
public enum class ChangeCommitGestureFlags2
[<FlagsAttribute>]
type ChangeCommitGestureFlags2
public enum ChangeCommitGestureFlags2

Members

Member name Description
CCG_REFORMAT The text has been reformatted.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace