C# 클래스 ShaderTools.VisualStudio.Core.Parsing.BackgroundParserManagerBase

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

공개 메소드들

메소드 설명
TextViewCreated ( IWpfTextView textView ) : void

보호된 메소드들

메소드 설명
GetBackgroundParser ( ITextBuffer textBuffer ) : BackgroundParserBase

비공개 메소드들

메소드 설명
OnViewClosed ( object sender, EventArgs e ) : void

메소드 상세

GetBackgroundParser() 보호된 추상적인 메소드

protected abstract GetBackgroundParser ( ITextBuffer textBuffer ) : BackgroundParserBase
textBuffer ITextBuffer
리턴 BackgroundParserBase

TextViewCreated() 공개 메소드

public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView
리턴 void