Condividi tramite


CommitResult(Boolean, CommitBehavior) Constructor

Definition

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

Applies to