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