C# Class ShaderTools.VisualStudio.Core.Parsing.BackgroundParserManagerBase

Inheritance: IWpfTextViewCreationListener
Datei anzeigen Open project: tgjones/HlslTools

Public Methods

Method Description
TextViewCreated ( IWpfTextView textView ) : void

Protected Methods

Method Description
GetBackgroundParser ( ITextBuffer textBuffer ) : BackgroundParserBase

Private Methods

Method Description
OnViewClosed ( object sender, EventArgs e ) : void

Method Details

GetBackgroundParser() protected abstract method

protected abstract GetBackgroundParser ( ITextBuffer textBuffer ) : BackgroundParserBase
textBuffer ITextBuffer
return BackgroundParserBase

TextViewCreated() public method

public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView
return void