C# 클래스 SonarLint.VisualStudio.Integration.HostedCommandControllerBase

상속: IOleCommandTarget
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

보호된 메소드들

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