C# Class Microsoft.VisualStudio.LanguageServices.Lua.Intellisense.CompletionCommandHandler

Inheritance: IOleCommandTarget
Afficher le fichier Open project: Microsoft/VSLua

Méthodes publiques

Méthode Description
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

Private Methods

Méthode Description
CompletionCommandHandler ( IVsTextView textViewAdapter, ITextView textView, Microsoft.VisualStudio.LanguageServices.Lua.Intellisense.CompletionHandlerProvider provider ) : System
OnSessionDismissed ( object sender, EventArgs e ) : void
TriggerCompletion ( ) : bool

Method Details

Exec() public méthode

public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
pguidCmdGroup System.Guid
nCmdID uint
nCmdexecopt uint
pvaIn System.IntPtr
pvaOut System.IntPtr
Résultat int

QueryStatus() public méthode

public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup System.Guid
cCmds uint
prgCmds OLECMD
pCmdText System.IntPtr
Résultat int