CommitResult.Behavior Property
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.
Desired behavior after committing, respected even when IsHandled is unset.
public:
property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CommitBehavior Behavior { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CommitBehavior get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CommitBehavior Behavior { get; }
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CommitBehavior Behavior { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.Behavior : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CommitBehavior
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Behavior : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CommitBehavior
Public ReadOnly Property Behavior As CommitBehavior
Property Value
- Attributes