C# Class AppVeyor.UI.ToolWindows.AppVeyorWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane, IVsWindowFrameNotify3
Datei anzeigen Open project: onlyutkarsh/AppVeyorExtension Class Usage Examples

Public Methods

Method Description
AppVeyorWindow ( ) : System

Standard constructor for the tool window.

ClearSearch ( ) : void
CreateSearch ( uint dwCookie, IVsSearchQuery pSearchQuery, IVsSearchCallback pSearchCallback ) : IVsSearchTask
OnClose ( uint &pgrfSaveOptions ) : int
OnDockableChange ( int fDockable, int x, int y, int w, int h ) : int
OnMove ( int x, int y, int w, int h ) : int
OnShow ( int fShow ) : int
OnSize ( int x, int y, int w, int h ) : int
ProvideSearchSettings ( IVsUIDataSource pSearchSettings ) : void

Method Details

AppVeyorWindow() public method

Standard constructor for the tool window.
public AppVeyorWindow ( ) : System
return System

ClearSearch() public method

public ClearSearch ( ) : void
return void

CreateSearch() public method

public CreateSearch ( uint dwCookie, IVsSearchQuery pSearchQuery, IVsSearchCallback pSearchCallback ) : IVsSearchTask
dwCookie uint
pSearchQuery IVsSearchQuery
pSearchCallback IVsSearchCallback
return IVsSearchTask

OnClose() public method

public OnClose ( uint &pgrfSaveOptions ) : int
pgrfSaveOptions uint
return int

OnDockableChange() public method

public OnDockableChange ( int fDockable, int x, int y, int w, int h ) : int
fDockable int
x int
y int
w int
h int
return int

OnMove() public method

public OnMove ( int x, int y, int w, int h ) : int
x int
y int
w int
h int
return int

OnShow() public method

public OnShow ( int fShow ) : int
fShow int
return int

OnSize() public method

public OnSize ( int x, int y, int w, int h ) : int
x int
y int
w int
h int
return int

ProvideSearchSettings() public method

public ProvideSearchSettings ( IVsUIDataSource pSearchSettings ) : void
pSearchSettings IVsUIDataSource
return void