Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an interface for test classes that handle and report warning events.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface IWarningHandler
public interface IWarningHandler
public interface class IWarningHandler
type IWarningHandler = interface end
public interface IWarningHandler
The IWarningHandler type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Write | Writes a warning message. |
Top