CompletionItemData Class
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.
Data associated with a completion item that is used for resolving additional information.
[System.Runtime.Serialization.DataContract]
public class CompletionItemData
[<System.Runtime.Serialization.DataContract>]
type CompletionItemData = class
Public Class CompletionItemData
- Inheritance
-
CompletionItemData
- Attributes
Constructors
| CompletionItemData(TextDocumentIdentifier, QsQualifiedName, String) |
Properties
| QualifiedName |
The qualified name of the completion item. |
| SourceFile |
The source file the completion item is declared in. |
| TextDocument |
The text document that the original completion request was made from. |