CompletionTrigger.Reason 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.
The reason that completion action was taken.
public:
property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionTriggerReason Reason { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionTriggerReason get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTriggerReason Reason { [System.Runtime.CompilerServices.IsReadOnly] get; }
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTriggerReason Reason { get; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Reason : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTriggerReason
member this.Reason : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTriggerReason
Public ReadOnly Property Reason As CompletionTriggerReason
Property Value
- Attributes