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

Inheritance: IWpfTextViewCreationListener
Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
TextViewCreated ( IWpfTextView textView ) : void

Méthodes protégées

Méthode Description
GetBackgroundParser ( ITextBuffer textBuffer ) : BackgroundParserBase

Private Methods

Méthode Description
OnViewClosed ( object sender, EventArgs e ) : void

Method Details

GetBackgroundParser() protected abstract méthode

protected abstract GetBackgroundParser ( ITextBuffer textBuffer ) : BackgroundParserBase
textBuffer ITextBuffer
Résultat BackgroundParserBase

TextViewCreated() public méthode

public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView
Résultat void