C# Class Emmet.ViewContext

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

Méthodes publiques

Méthode Description
ViewContext ( IWpfTextView wpfView, IVsTextView textView ) : Microsoft.VisualStudio.Text

Initializes a new instance of the ViewContext class.

Method Details

ViewContext() public méthode

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.
Résultat Microsoft.VisualStudio.Text