Table of Contents

Class CompletionType

Namespace
Loehnert.Lisrt.Scripting.Editor.File.IntelliSense
Assembly
Loehnert.Lisrt.Scripting.dll

Describes the type of a ICompletion item.

public abstract class CompletionType
Inheritance
CompletionType
Derived
Inherited Members

Constructors

CompletionType()

Initializes a new instance of the CompletionType class.

protected CompletionType()

Properties

DisplayText

Gets the display text.

public abstract string DisplayText { get; }

Property Value

string

Icon

Gets the icon.

public abstract Uri Icon { get; }

Property Value

Uri