CompletionContext Class
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.
Class representing additional information about the content in which a completion request is triggered.
See the Language Server Protocol specification for additional information.
C++
public ref class CompletionContext
[System.Runtime.Serialization.DataContract]
public class CompletionContext
[<System.Runtime.Serialization.DataContract>]
type CompletionContext = class
Public Class CompletionContext
- Inheritance
-
CompletionContext
- Attributes
Trigger |
Gets or sets the character that triggered code completion. |
Trigger |
Gets or sets the CompletionTriggerKind indicating how the completion was triggered. |
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |