C# 클래스 Emmet.ViewContext

Contains context and provides helper methods for code editor view.
파일 보기 프로젝트 열기: sergey-rybalkin/emmet.net

공개 메소드들

메소드 설명
ViewContext ( IWpfTextView wpfView, IVsTextView textView ) : Microsoft.VisualStudio.Text

Initializes a new instance of the ViewContext class.

메소드 상세

ViewContext() 공개 메소드

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.
리턴 Microsoft.VisualStudio.Text