C# 클래스 ShaderTools.VisualStudio.Hlsl.Tagging.Squiggles.SyntaxErrorTagger

상속: ErrorTagger
파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
SyntaxErrorTagger ( ITextView textView, BackgroundParser backgroundParser, IHlslOptionsService optionsService ) : System.Collections.Generic

보호된 메소드들

메소드 설명
GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable

메소드 상세

GetDiagnostics() 보호된 메소드

protected GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
리턴 IEnumerable

SyntaxErrorTagger() 공개 메소드

public SyntaxErrorTagger ( ITextView textView, BackgroundParser backgroundParser, IHlslOptionsService optionsService ) : System.Collections.Generic
textView ITextView
backgroundParser ShaderTools.VisualStudio.Hlsl.Parsing.BackgroundParser
optionsService IHlslOptionsService
리턴 System.Collections.Generic