CommitResult(Boolean, CommitBehavior) Oluşturucu

Tanım

CommitResultBelirtilen özelliklerle bir oluşturur.

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)

Parametreler

isHandled
Boolean

Kaydın oluşup oluşmadığını belirtir

behavior
CommitBehavior

İşlemeden sonra istenen davranış

Şunlara uygulanır