C# 클래스 GammaJul.ReSharper.ForTea.Daemon.T4HighlightingProcess

Process that highlights block tags and missing token errors.
상속: GammaJul.ReSharper.ForTea.Daemon.T4DaemonStageProcess
파일 보기 프로젝트 열기: MrJul/ForTea

공개 메소드들

메소드 설명
ProcessBeforeInterior ( ITreeNode element ) : void

Processes a node, before its descendants are processed.

비공개 메소드들

메소드 설명
GetHighlightingAttributeId ( [ element ) : string
T4HighlightingProcess ( [ file, [ daemonProcess ) : GammaJul.ReSharper.ForTea.Daemon.Highlightings

메소드 상세

ProcessBeforeInterior() 공개 메소드

Processes a node, before its descendants are processed.
public ProcessBeforeInterior ( ITreeNode element ) : void
element ITreeNode The node to process.
리턴 void