CompletionState Class

Definition

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

Constructors

CompletionState(String, SnapshotSpan, Boolean, ImageElement)

Create a new CompletionState.

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

Create a new CompletionState.

Fields

ApplicableToSpan
Icon
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 snapshot.

Applies to