C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableVsUIShell

Inheritance: IVsUIShell
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
RegisterToolWindow ( System.Guid toolWindowGuid ) : ConfigurableVsWindowFrame

Private Methods

Method Description
IVsUIShell ( ) : int
IVsUIShell ( DBGMODE dbgmodeNew ) : int
IVsUIShell ( System.Guid &pguidCmdGroup, uint nCmdID ) : int
IVsUIShell ( System.Guid pguidCmdGroup, uint dwToolbarId, int fVisibleInFullScreen ) : int
IVsUIShell ( System.Guid &pguidCmdGroup, uint dwCmdID, string lpszText, int fAddToList ) : int
IVsUIShell ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, object &pvaIn ) : int
IVsUIShell ( IEnumWindowFrames &ppenum ) : int
IVsUIShell ( IVsWindowFrame &ppWindowFrame, string &pbstrData, object &ppunk ) : int
IVsUIShell ( IVsWindowFrame pWindowFrame, string bstrData, object punk, int fReplaceCurrent ) : int
IVsUIShell ( IntPtr &phwnd ) : int
IVsUIShell ( IntPtr hwnd, IVsToolWindowToolbar ptwt, IVsToolWindowToolbarHost &pptwth ) : int
IVsUIShell ( IntPtr hwndDialog, IntPtr hwndParent ) : int
IVsUIShell ( MSG pMsg ) : int
IVsUIShell ( RemoveBFDirection rdDir ) : int
IVsUIShell ( VSBROWSEINFOW pBrowse ) : int
IVsUIShell ( VSOPENFILENAMEW pOpenFileName ) : int
IVsUIShell ( VSSAVEFILENAMEW pSaveFileName ) : int
IVsUIShell ( VSSAVEFLAGS grfSave, object pPersistFile, string pszUntitledPath, string &pbstrDocumentNew, int &pfCanceled ) : int
IVsUIShell ( VSSYSCOLOR dwSysColIndex, uint &pdwRGBval ) : int
IVsUIShell ( int fEnable ) : int
IVsUIShell ( int hr, string pszDescription, uint dwReserved, string pszHelpKeyword, string pszSource ) : int
IVsUIShell ( string &pbstrAppName ) : int
IVsUIShell ( string pszDlgTitle, string pszStaticLabel, string pszHelpTopic, string &pbstrURL ) : int
IVsUIShell ( uint grfFTW, System.Guid &rguidPersistenceSlot, IVsWindowFrame &ppWindowFrame ) : int
IVsUIShell ( uint dwCompRole, System.Guid &rclsidActive, int nMenuId, POINTS pos, IOleCommandTarget pCmdTrgtActive ) : int
IVsUIShell ( uint dwCompRole, System.Guid &rclsidComp, string pszTitle, string pszText, string pszHelpFile, uint dwHelpContextID, OLEMSGBUTTON msgbtn, OLEMSGDEFBUTTON msgdefbtn, OLEMSGICON msgicon, int fSysAlert, int &pnResult ) : int
IVsUIShell ( uint grfFTW, System.Guid &rguidPersistenceSlot, uint dwToolWinId, IVsWindowFrame &ppWindowFrame ) : int
IVsUIShell ( uint docCookie, int fDirty ) : int
IVsUIShell ( uint grfCDW, string pszMkDocument, IVsUIHierarchy pUIH, uint itemid, IntPtr punkDocView, IntPtr punkDocData, System.Guid &rguidEditorType, string pszPhysicalView, System.Guid &rguidCmdUI, Microsoft psp, string pszOwnerCaption, string pszEditorCaption, int pfDefaultPosition, IVsWindowFrame &ppWindowFrame ) : int
IVsUIShell ( uint grfCTW, uint dwToolWindowId, object punkTool, System.Guid &rclsidTool, System.Guid &rguidPersistenceSlot, System.Guid &rguidAutoActivate, Microsoft psp, string pszCaption, int pfDefaultPosition, IVsWindowFrame &ppWindowFrame ) : int

Method Details

RegisterToolWindow() public method

public RegisterToolWindow ( System.Guid toolWindowGuid ) : ConfigurableVsWindowFrame
toolWindowGuid System.Guid
return ConfigurableVsWindowFrame