C# 클래스 ReSharper.NTriples.CodeInspections.Highlightings.NTriplesSyntaxHighlighting

상속: ICustomAttributeIdHighlighting, IHighlightingWithRange
파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples

공개 메소드들

메소드 설명
CalculateRange ( ) : DocumentRange
IsValid ( ) : bool
NTriplesSyntaxHighlighting ( ITreeNode element, string attributeId ) : JetBrains.DocumentModel

Constructor.

메소드 상세

CalculateRange() 공개 메소드

public CalculateRange ( ) : DocumentRange
리턴 DocumentRange

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

NTriplesSyntaxHighlighting() 공개 메소드

Constructor.
public NTriplesSyntaxHighlighting ( ITreeNode element, string attributeId ) : JetBrains.DocumentModel
element ITreeNode The tree node element.
attributeId string The text from the 'Environment -> Fonts and colors -> display items' list.
리턴 JetBrains.DocumentModel