C# Класс SonarLint.VisualStudio.Integration.HostedCommandControllerBase

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

Защищенные методы

Метод Описание
HostedCommandControllerBase ( IServiceProvider serviceProvider ) : Microsoft.TeamFoundation.Client.CommandTarget
OnExec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int

Redirected call from IOleCommandTarget.Exec(ref Guid, uint, uint, IntPtr, IntPtr)

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

Redirected call from IOleCommandTarget.QueryStatus(ref Guid, uint, OLECMD[], IntPtr)

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

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

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

HostedCommandControllerBase() защищенный Метод

protected HostedCommandControllerBase ( IServiceProvider serviceProvider ) : Microsoft.TeamFoundation.Client.CommandTarget
serviceProvider IServiceProvider
Результат Microsoft.TeamFoundation.Client.CommandTarget

OnExec() защищенный Метод

Redirected call from IOleCommandTarget.Exec(ref Guid, uint, uint, IntPtr, IntPtr)
protected OnExec ( 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

OnQueryStatus() защищенный Метод

Redirected call from IOleCommandTarget.QueryStatus(ref Guid, uint, OLECMD[], IntPtr)
protected OnQueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup System.Guid
cCmds uint
prgCmds OLECMD
pCmdText System.IntPtr
Результат int