Table of Contents

Interface IDefinition

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

Interface for a definition of a code item (method, variable).

public interface IDefinition
Extension Methods

Properties

Name

Gets the name of the definition.

string Name { get; }

Property Value

string

Position

Gets the position in the file.

TextPosition Position { get; }

Property Value

TextPosition

ProjectItem

Gets the project item.

IProjectItem ProjectItem { get; }

Property Value

IProjectItem