C# Class CucumberLanguageServices.IronyViewFilter

Inheritance: Microsoft.VisualStudio.Package.ViewFilter
Afficher le fichier Open project: henritersteeg/cuke4vs

Méthodes publiques

Méthode Description
HandlePostExec ( System.Guid &guidCmdGroup, uint nCmdId, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut, bool bufferWasChanged ) : void
IronyViewFilter ( Microsoft.VisualStudio.Package.CodeWindowManager mgr, IVsTextView view ) : System

Method Details

HandlePostExec() public méthode

public HandlePostExec ( System.Guid &guidCmdGroup, uint nCmdId, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut, bool bufferWasChanged ) : void
guidCmdGroup System.Guid
nCmdId uint
nCmdexecopt uint
pvaIn System.IntPtr
pvaOut System.IntPtr
bufferWasChanged bool
Résultat void

IronyViewFilter() public méthode

public IronyViewFilter ( Microsoft.VisualStudio.Package.CodeWindowManager mgr, IVsTextView view ) : System
mgr Microsoft.VisualStudio.Package.CodeWindowManager
view IVsTextView
Résultat System