C# 클래스 AppVeyor.UI.ToolWindows.AppVeyorWindow

상속: Microsoft.VisualStudio.Shell.ToolWindowPane, IVsWindowFrameNotify3
파일 보기 프로젝트 열기: onlyutkarsh/AppVeyorExtension 1 사용 예제들

공개 메소드들

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

메소드 상세

AppVeyorWindow() 공개 메소드

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

ClearSearch() 공개 메소드

public ClearSearch ( ) : void
리턴 void

CreateSearch() 공개 메소드

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

OnClose() 공개 메소드

public OnClose ( uint &pgrfSaveOptions ) : int
pgrfSaveOptions uint
리턴 int

OnDockableChange() 공개 메소드

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

OnMove() 공개 메소드

public OnMove ( int x, int y, int w, int h ) : int
x int
y int
w int
h int
리턴 int

OnShow() 공개 메소드

public OnShow ( int fShow ) : int
fShow int
리턴 int

OnSize() 공개 메소드

public OnSize ( int x, int y, int w, int h ) : int
x int
y int
w int
h int
리턴 int

ProvideSearchSettings() 공개 메소드

public ProvideSearchSettings ( IVsUIDataSource pSearchSettings ) : void
pSearchSettings IVsUIDataSource
리턴 void