C# Class NHamlLanguage.SourceSupervisor

Inheritance: ISourceSupervisor
Afficher le fichier Open project: NHaml/NHamlVisualStudio Class Usage Examples

Méthodes publiques

Méthode Description
Advise ( ISourceSupervisorEvents pEvents, uint &pdwCookie ) : void
OnTypeChar ( IVsTextView pView, string ch ) : void
PrimaryTextChanged ( int processImmediately ) : void
SourceSupervisor ( INHamlSource source ) : System
Unadvise ( uint dwCookie ) : void

Private Methods

Méthode Description
GetDocumentPath ( IVsHierarchy hierarchy, uint itemid ) : string

Method Details

Advise() public méthode

public Advise ( ISourceSupervisorEvents pEvents, uint &pdwCookie ) : void
pEvents ISourceSupervisorEvents
pdwCookie uint
Résultat void

OnTypeChar() public méthode

public OnTypeChar ( IVsTextView pView, string ch ) : void
pView IVsTextView
ch string
Résultat void

PrimaryTextChanged() public méthode

public PrimaryTextChanged ( int processImmediately ) : void
processImmediately int
Résultat void

SourceSupervisor() public méthode

public SourceSupervisor ( INHamlSource source ) : System
source INHamlSource
Résultat System

Unadvise() public méthode

public Unadvise ( uint dwCookie ) : void
dwCookie uint
Résultat void