Share via


CompletionState Class

Definition

public class CompletionState
type CompletionState = class
Public Class CompletionState
Inheritance
CompletionState

Constructors

Name Description
CompletionState(String, SnapshotSpan, Boolean, ImageElement, Object, Boolean)

Create a new CompletionState.

CompletionState(String, SnapshotSpan, Boolean, ImageElement, Object)

Create a new CompletionState.

CompletionState(String, SnapshotSpan, Boolean, ImageElement)

Create a new CompletionState.

Fields

Name Description
ApplicableToSpan
Icon
IsBuilderSelected
IsSoftSelection
SelectedItem

Properties

Name Description
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

Name Description
ToString()
TranslateTo(ITextSnapshot)

Create a new CompletionState by translating this to the specified snapshot.

Applies to