C# 클래스 MichaelReukauff.Protobuf.CompletionHandler

The completion handler.
상속: IOleCommandTarget
파일 보기 프로젝트 열기: mreu/ProtobufLanguageService

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

Exec() 공개 메소드

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.
리턴 int

QueryStatus() 공개 메소드

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.
리턴 int