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

상속: TeamExplorerSectionViewModelBase, IUserNotification
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
ConnectSectionViewModel ( ) : Microsoft.TeamFoundation.Controls
ShowNotificationError ( string message, System.Guid notificationId, ICommand associatedCommand ) : void
ShowNotificationWarning ( string message, System.Guid notificationId, ICommand associatedCommand ) : void

메소드 상세

ConnectSectionViewModel() 공개 메소드

public ConnectSectionViewModel ( ) : Microsoft.TeamFoundation.Controls
리턴 Microsoft.TeamFoundation.Controls

ShowNotificationError() 공개 메소드

public ShowNotificationError ( string message, System.Guid notificationId, ICommand associatedCommand ) : void
message string
notificationId System.Guid
associatedCommand ICommand
리턴 void

ShowNotificationWarning() 공개 메소드

public ShowNotificationWarning ( string message, System.Guid notificationId, ICommand associatedCommand ) : void
message string
notificationId System.Guid
associatedCommand ICommand
리턴 void