C# Class MySql.Data.VisualStudio.MySqlCompletionCommandHandler

Inheritance: IOleCommandTarget
ファイルを表示 Open project: Top-Cat/SteamBot

Public Methods

Method 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

Method Description
MySqlCompletionCommandHandler ( IVsTextView textViewAdapter, ITextView textView, MySqlCompletionHandlerProvider provider ) : System
OnSessionDismissed ( object sender, EventArgs e ) : void
TriggerCompletion ( ) : bool

Method Details

Exec() public method

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
return int

QueryStatus() public method

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