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

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

Méthodes publiques

Méthode Description
ConnectSectionView ( ) : SonarLint.VisualStudio.Integration.Progress
IProgressControlHost ( ProgressControl progressControl ) : void

Méthodes protégées

Méthode Description
HostProgressControl ( ProgressControl control ) : void

Method Details

ConnectSectionView() public méthode

public ConnectSectionView ( ) : SonarLint.VisualStudio.Integration.Progress
Résultat SonarLint.VisualStudio.Integration.Progress

HostProgressControl() protected méthode

protected HostProgressControl ( ProgressControl control ) : void
control SonarLint.VisualStudio.Integration.Progress.ProgressControl
Résultat void

IProgressControlHost() public méthode

public IProgressControlHost ( ProgressControl progressControl ) : void
progressControl SonarLint.VisualStudio.Integration.Progress.ProgressControl
Résultat void