CommitResult(Boolean, CommitBehavior) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a CommitResult with specified properties.
public:
CommitResult(bool isHandled, Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CommitBehavior behavior);
public CommitResult (bool isHandled, Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CommitBehavior behavior);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CommitResult : bool * Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CommitBehavior -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CommitResult
Public Sub New (isHandled As Boolean, behavior As CommitBehavior)
Parameters
- isHandled
- Boolean
Whether the commit occured
- behavior
- CommitBehavior
Desired behavior after committing