C# Class ReSharper.NTriples.CodeInspections.Highlightings.NTriplesSyntaxHighlighting

Inheritance: ICustomAttributeIdHighlighting, IHighlightingWithRange
Afficher le fichier Open project: xsburg/ReSharper.NTriples

Méthodes publiques

Méthode Description
CalculateRange ( ) : DocumentRange
IsValid ( ) : bool
NTriplesSyntaxHighlighting ( ITreeNode element, string attributeId ) : JetBrains.DocumentModel

Constructor.

Method Details

CalculateRange() public méthode

public CalculateRange ( ) : DocumentRange
Résultat DocumentRange

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

NTriplesSyntaxHighlighting() public méthode

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.
Résultat JetBrains.DocumentModel