Interface IIntelliSenseContext
Represents a interface for IntelliSense context.
public interface IIntelliSenseContext
Properties
Code
Gets the code.
string Code { get; }
Property Value
Position
Gets the position.
TextPosition Position { get; }
Property Value
ProjectItem
Gets the project item.
IProjectItem ProjectItem { get; }
Property Value
Variables
Gets the additional variables.
IEnumerable<KeyValuePair<string, object>> Variables { get; }