C# Класс Microsoft.Samples.VisualStudio.SourceControlIntegration.SccProvider.SccProviderToolWindow

Наследование: Microsoft.VisualStudio.Shell.ToolWindowPane
Показать файл Открыть проект

Открытые методы

Метод Описание
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