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.
Provides custom commit operations for completions.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Interface ICustomCommit
public interface ICustomCommit
public interface class ICustomCommit
type ICustomCommit = interface end
public interface ICustomCommit
The ICustomCommit type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Commit | Commits the completion using the completion's own commit logic. |
Top