C# 클래스 Microsoft.Samples.VisualStudio.SourceControlIntegration.SccProvider.SccProviderToolWindow

상속: Microsoft.VisualStudio.Shell.ToolWindowPane
파일 보기 프로젝트 열기: Microsoft/VSSDK-Extensibility-Samples

공개 메소드들

메소드 설명
SccProviderToolWindow ( ) : System
ToolWindowToolbarCommand ( ) : void

This function is only used to "do something noticeable" when the toolbar button is clicked. It is called from the package. A typical tool window may not need this function. The current behavior change the background color of the control and swaps with the text color

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
SetDefaultColors ( ) : void
UpdateWindowColors ( Color clrBackground, Color clrForeground ) : void
VSColorTheme_ThemeChanged ( ThemeChangedEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

SccProviderToolWindow() 공개 메소드

public SccProviderToolWindow ( ) : System
리턴 System

ToolWindowToolbarCommand() 공개 메소드

This function is only used to "do something noticeable" when the toolbar button is clicked. It is called from the package. A typical tool window may not need this function. The current behavior change the background color of the control and swaps with the text color
public ToolWindowToolbarCommand ( ) : void
리턴 void