CompletionState 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.
public class CompletionState
type CompletionState = class
Public Class CompletionState
- Inheritance
-
CompletionState
Constructors
Fields
ApplicableToSpan | |
Icon | |
IsBuilderSelected | |
IsSoftSelection | |
SelectedItem |
Properties
IsPreprocessorDirective |
Returns whether this corresponds to a preprocessor directive. |
IsSnippet |
Returns whether this corresponds to a snippet. |
IsSuggestion |
Returns whether this corresponds to an IntelliCode suggestion. |
UnderlyingCompletionItem |
Methods
ToString() | |
TranslateTo(ITextSnapshot) |
Create a new CompletionState by translating this to the specified |