C# Class SonarLint.VisualStudio.Progress.UnitTests.StubVsUIShell

Test implementation for IVsUIShell
Inheritance: IVsUIShell
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
AssertMessageBoxNotShown ( ) : void
AssertMessageBoxShown ( ) : void
Reset ( ) : void

Private Methods

Method Description
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

Method Details

AssertMessageBoxNotShown() public method

public AssertMessageBoxNotShown ( ) : void
return void

AssertMessageBoxShown() public method

public AssertMessageBoxShown ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void