C# Class MichaelReukauff.Protobuf.CompletionHandler

The completion handler.
Inheritance: IOleCommandTarget
Mostrar archivo Open project: mreu/ProtobufLanguageService

Public Methods

Method Description
Exec ( System.Guid &pguidCmdGroup, uint cmdId, uint cmdExecOpt, IntPtr pvaIn, IntPtr pvaOut ) : int

The exec.

QueryStatus ( System.Guid &pguidCmdGroup, uint cmds, OLECMD prgCmds, IntPtr cmdText ) : int

Query status.

Private Methods

Method Description
CompletionHandler ( IVsTextView textViewAdapter, ITextView textView, CompletionHandlerProvider provider ) : System

Initializes a new instance of the CompletionHandler class.

OnSessionDismissed ( object sender, EventArgs e ) : void

The on session dismissed.

TriggerCompletion ( ) : void

Trigger completion.

Method Details

Exec() public method

The exec.
public Exec ( System.Guid &pguidCmdGroup, uint cmdId, uint cmdExecOpt, IntPtr pvaIn, IntPtr pvaOut ) : int
pguidCmdGroup System.Guid The cmd group guid.
cmdId uint The cmd id.
cmdExecOpt uint The cmd exec opt.
pvaIn System.IntPtr The in pointer.
pvaOut System.IntPtr The out pointer.
return int

QueryStatus() public method

Query status.
public QueryStatus ( System.Guid &pguidCmdGroup, uint cmds, OLECMD prgCmds, IntPtr cmdText ) : int
pguidCmdGroup System.Guid The guid.
cmds uint The cmd.
prgCmds OLECMD The program cmd.
cmdText System.IntPtr The cmd text.
return int