AsyncCompletionSessionDataSnapshot.Trigger 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 CompletionTrigger that caused this update.
public:
property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionTrigger Trigger { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionTrigger get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTrigger Trigger { get; }
member this.Trigger : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTrigger
Public ReadOnly Property Trigger As CompletionTrigger