C# Class Nitra.VisualStudio.GotoInfoLibraryNode

Это одна строка в окошке Find All References. От LibraryNode отличается тем что содержит ссылку на GotoInfo, форматирует своё описание в стиле соответствующем стилю C#, и поддерживает переход на Location найденной ссылки
Пока тип найденной записи не анализируется, из-за этого нет нормальной картинки
Inheritance: LibraryNode
Mostra file Open project: JetBrains/Nitra

Public Methods

Method Description
GotoInfoLibraryNode ( Location location, string caption, Server server ) : System

Protected Methods

Method Description
CategoryField ( LIB_CATEGORY category ) : uint
GetTextWithOwnership ( VSTREETEXTOPTIONS tto ) : string
GotoSource ( Microsoft gotoType ) : void

Method Details

CategoryField() protected method

protected CategoryField ( LIB_CATEGORY category ) : uint
category LIB_CATEGORY
return uint

GetTextWithOwnership() protected method

protected GetTextWithOwnership ( VSTREETEXTOPTIONS tto ) : string
tto VSTREETEXTOPTIONS
return string

GotoInfoLibraryNode() public method

public GotoInfoLibraryNode ( Location location, string caption, Server server ) : System
location Location
caption string
server Server
return System

GotoSource() protected method

protected GotoSource ( Microsoft gotoType ) : void
gotoType Microsoft
return void