Interface IWarningHandler
Representa uma interface para classes de teste que controlam e relatar os eventos de aviso.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Interface IWarningHandler
public interface IWarningHandler
public interface class IWarningHandler
type IWarningHandler = interface end
public interface IWarningHandler
O tipo IWarningHandler expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Write | Grava uma mensagem de aviso. |
Início