Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |