C# 클래스 SonarLint.VisualStudio.Progress.UnitTests.StubVsUIShell

Test implementation for IVsUIShell
상속: IVsUIShell
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
AssertMessageBoxNotShown ( ) : void
AssertMessageBoxShown ( ) : void
Reset ( ) : void

비공개 메소드들

메소드 설명
IVsUIShell ( ) : int
IVsUIShell ( DBGMODE dbgmodeNew ) : int
IVsUIShell ( System.Guid &pguidCmdGroup, uint cmdID ) : int
IVsUIShell ( System.Guid pguidCmdGroup, uint toolbarId, int visibleInFullScreen ) : int
IVsUIShell ( Guid &pguidCmdGroup, uint cmdID, string lpszText, int addToList ) : int
IVsUIShell ( Guid &pguidCmdGroup, uint cmdID, uint cmdexecopt, object &pvaIn ) : int
IVsUIShell ( IEnumWindowFrames &ppenum ) : int
IVsUIShell ( IVsWindowFrame &windowFrame, string &pbstrData, object &ppunk ) : int
IVsUIShell ( IVsWindowFrame pwindowFrame, string bstrData, object punk, int replaceCurrent ) : int
IVsUIShell ( IntPtr &phwnd ) : int
IVsUIShell ( IntPtr hwnd, IVsToolWindowToolbar ptwt, IVsToolWindowToolbarHost &pptwth ) : int
IVsUIShell ( IntPtr hwndDialog, IntPtr hwndParent ) : int
IVsUIShell ( Microsoft msg ) : int
IVsUIShell ( RemoveBFDirection dir ) : int
IVsUIShell ( VSBROWSEINFOW browse ) : int
IVsUIShell ( VSOPENFILENAMEW openFileName ) : int
IVsUIShell ( VSSAVEFILENAMEW saveFileName ) : int
IVsUIShell ( VSSAVEFLAGS grfSave, object persistFile, string pszUntitledPath, string &pbstrDocumentNew, int &canceled ) : int
IVsUIShell ( VSSYSCOLOR sysColIndex, uint &pdwRGBval ) : int
IVsUIShell ( int enable ) : int
IVsUIShell ( int hr, string pszDescription, uint reserved, string pszHelpKeyword, string pszSource ) : int
IVsUIShell ( string &pbstrAppName ) : int
IVsUIShell ( string pszDlgTitle, string pszStaticLabel, string pszHelpTopic, string &pbstrURL ) : int
IVsUIShell ( uint grfFTW, Guid &rguidPersistenceSlot, IVsWindowFrame &windowFrame ) : int
IVsUIShell ( uint dcompRole, Guid &rclsidActive, int menuId, POINTS pos, Microsoft cmdTrgtActive ) : int
IVsUIShell ( uint compRole, Guid &rclsidComp, string pszTitle, string pszText, string pszHelpFile, uint dhelpContextID, OLEMSGBUTTON msgbtn, OLEMSGDEFBUTTON msgdefbtn, OLEMSGICON msgicon, int sysAlert, int &result ) : int
IVsUIShell ( uint grfFTW, Guid &rguidPersistenceSlot, uint toolWinId, IVsWindowFrame &windowFrame ) : int
IVsUIShell ( uint docCookie, int dirty ) : int
IVsUIShell ( uint grfCDW, string pszMkDocument, IVsUIHierarchy uih, uint itemid, IntPtr punkDocView, IntPtr punkDocData, Guid &rguidEditorType, string pszPhysicalView, Guid &rguidCmdUI, Microsoft psp, string pszOwnerCaption, string pszEditorCaption, int defaultPosition, IVsWindowFrame &windowFrame ) : int
IVsUIShell ( uint grfCTW, uint toolWindowId, object punkTool, Guid &rclsidTool, Guid &rguidPersistenceSlot, Guid &rguidAutoActivate, Microsoft psp, string pszCaption, int defaultPosition, IVsWindowFrame &windowFrame ) : int

메소드 상세

AssertMessageBoxNotShown() 공개 메소드

public AssertMessageBoxNotShown ( ) : void
리턴 void

AssertMessageBoxShown() 공개 메소드

public AssertMessageBoxShown ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void