C# Class SonarLint.VisualStudio.Integration.TeamExplorer.ConnectSectionView

Interaction logic for ConnectSectionView.xaml
Inheritance: System.Windows.Controls.UserControl, IProgressControlHost
Exibir arquivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
ConnectSectionView ( ) : SonarLint.VisualStudio.Integration.Progress
IProgressControlHost ( ProgressControl progressControl ) : void

Protected Methods

Method Description
HostProgressControl ( ProgressControl control ) : void

Method Details

ConnectSectionView() public method

public ConnectSectionView ( ) : SonarLint.VisualStudio.Integration.Progress
return SonarLint.VisualStudio.Integration.Progress

HostProgressControl() protected method

protected HostProgressControl ( ProgressControl control ) : void
control SonarLint.VisualStudio.Integration.Progress.ProgressControl
return void

IProgressControlHost() public method

public IProgressControlHost ( ProgressControl progressControl ) : void
progressControl SonarLint.VisualStudio.Integration.Progress.ProgressControl
return void