Interface IDefinitionsResult
Interface describes the result of "Go To Definition" command.
public interface IDefinitionsResult
Properties
Definitions
Gets definitions.
IEnumerable<IDefinition> Definitions { get; }
Property Value
ReferncedItem
Gets the name of the item.
string ReferncedItem { get; }