InitialTrigger Constructors
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.
Overloads
InitialTrigger(InitialTriggerReason) |
Creates a InitialTrigger not associated with a text edit |
InitialTrigger(InitialTriggerReason, Char) |
Creates a InitialTrigger associated with a text edit |
InitialTrigger(InitialTriggerReason)
Creates a InitialTrigger not associated with a text edit
public:
InitialTrigger(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::InitialTriggerReason reason);
public InitialTrigger (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialTriggerReason reason);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialTrigger : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialTriggerReason -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialTrigger
Public Sub New (reason As InitialTriggerReason)
Parameters
- reason
- InitialTriggerReason
The kind of action that triggered completion to start
Applies to
InitialTrigger(InitialTriggerReason, Char)
Creates a InitialTrigger associated with a text edit
public:
InitialTrigger(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::InitialTriggerReason reason, char character);
public InitialTrigger (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialTriggerReason reason, char character);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialTrigger : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialTriggerReason * char -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialTrigger
Public Sub New (reason As InitialTriggerReason, character As Char)
Parameters
- reason
- InitialTriggerReason
The kind of action that triggered completion to start
- character
- Char
Character that triggered completion