C# Класс Nitra.VisualStudio.CodeCompletion.NitraCompletionCommandHandler

Наследование: IOleCommandTarget
Показать файл Открыть проект

Открытые методы

Метод Описание
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

Приватные методы

Метод Описание
Cancel ( ) : bool
Filter ( ) : void
NitraCompletionCommandHandler ( IVsTextView textViewAdapter, IWpfTextView textView, NitraCompletionHandlerProvider provider ) : Microsoft.VisualStudio
StartSession ( ) : bool
TryComplete ( bool force ) : bool
_currentSession_Dismissed ( object sender, EventArgs e ) : void

Описание методов

Exec() публичный Метод

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
Результат int

QueryStatus() публичный Метод

public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup System.Guid
cCmds uint
prgCmds OLECMD
pCmdText System.IntPtr
Результат int