IAsyncCompletionSessionOperations.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.
Returns the intial trigger
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.CompletionTrigger InitialTrigger { get; }
member this.InitialTrigger : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTrigger
Public ReadOnly Property InitialTrigger As CompletionTrigger