IWarningHandler, interface
Représente une interface pour les classes de test qui gèrent et signalent des événements d'avertissement.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Interface IWarningHandler
public interface IWarningHandler
public interface class IWarningHandler
type IWarningHandler = interface end
public interface IWarningHandler
Le type IWarningHandler expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Write | Écrit un message d'avertissement. |
Début