Table of Contents

Interface IQuickInfo

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

Represents an interface for a quick info result.

public interface IQuickInfo

Properties

ValidRange

Gets the text range where this result is valid.

ITextRange ValidRange { get; }

Property Value

ITextRange

ViewModel

Gets the view model.

object ViewModel { get; }

Property Value

object