C# Class Emmet.ViewContext

Contains context and provides helper methods for code editor view.
Mostra file Open project: sergey-rybalkin/emmet.net

Public Methods

Method Description
ViewContext ( IWpfTextView wpfView, IVsTextView textView ) : Microsoft.VisualStudio.Text

Initializes a new instance of the ViewContext class.

Method Details

ViewContext() public method

Initializes a new instance of the ViewContext class.
public ViewContext ( IWpfTextView wpfView, IVsTextView textView ) : Microsoft.VisualStudio.Text
wpfView IWpfTextView The WPF interface for the editor.
textView IVsTextView The text view interface for the editor.
return Microsoft.VisualStudio.Text