C# 클래스 SonarLint.VisualStudio.Integration.TeamExplorer.ConnectSectionView

Interaction logic for ConnectSectionView.xaml
상속: System.Windows.Controls.UserControl, IProgressControlHost
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

공개 메소드들

메소드 설명
ConnectSectionView ( ) : SonarLint.VisualStudio.Integration.Progress
IProgressControlHost ( ProgressControl progressControl ) : void

보호된 메소드들

메소드 설명
HostProgressControl ( ProgressControl control ) : void

메소드 상세

ConnectSectionView() 공개 메소드

public ConnectSectionView ( ) : SonarLint.VisualStudio.Integration.Progress
리턴 SonarLint.VisualStudio.Integration.Progress

HostProgressControl() 보호된 메소드

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

IProgressControlHost() 공개 메소드

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