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

Inheritance: TeamExplorerSectionViewModelBase, IUserNotification
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
ConnectSectionViewModel ( ) : Microsoft.TeamFoundation.Controls
ShowNotificationError ( string message, System.Guid notificationId, ICommand associatedCommand ) : void
ShowNotificationWarning ( string message, System.Guid notificationId, ICommand associatedCommand ) : void

Method Details

ConnectSectionViewModel() public méthode

public ConnectSectionViewModel ( ) : Microsoft.TeamFoundation.Controls
Résultat Microsoft.TeamFoundation.Controls

ShowNotificationError() public méthode

public ShowNotificationError ( string message, System.Guid notificationId, ICommand associatedCommand ) : void
message string
notificationId System.Guid
associatedCommand ICommand
Résultat void

ShowNotificationWarning() public méthode

public ShowNotificationWarning ( string message, System.Guid notificationId, ICommand associatedCommand ) : void
message string
notificationId System.Guid
associatedCommand ICommand
Résultat void