C# 클래스 NHamlLanguage.SourceSupervisor

상속: ISourceSupervisor
파일 보기 프로젝트 열기: NHaml/NHamlVisualStudio 1 사용 예제들

공개 메소드들

메소드 설명
Advise ( ISourceSupervisorEvents pEvents, uint &pdwCookie ) : void
OnTypeChar ( IVsTextView pView, string ch ) : void
PrimaryTextChanged ( int processImmediately ) : void
SourceSupervisor ( INHamlSource source ) : System
Unadvise ( uint dwCookie ) : void

비공개 메소드들

메소드 설명
GetDocumentPath ( IVsHierarchy hierarchy, uint itemid ) : string

메소드 상세

Advise() 공개 메소드

public Advise ( ISourceSupervisorEvents pEvents, uint &pdwCookie ) : void
pEvents ISourceSupervisorEvents
pdwCookie uint
리턴 void

OnTypeChar() 공개 메소드

public OnTypeChar ( IVsTextView pView, string ch ) : void
pView IVsTextView
ch string
리턴 void

PrimaryTextChanged() 공개 메소드

public PrimaryTextChanged ( int processImmediately ) : void
processImmediately int
리턴 void

SourceSupervisor() 공개 메소드

public SourceSupervisor ( INHamlSource source ) : System
source INHamlSource
리턴 System

Unadvise() 공개 메소드

public Unadvise ( uint dwCookie ) : void
dwCookie uint
리턴 void