Share via


WarningEventArgs Class

Represents the event arguments for a warning that occurred during a test execution.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class WarningEventArgs _
    Inherits EventArgs
'Usage
Dim instance As WarningEventArgs
[SerializableAttribute]
public class WarningEventArgs : EventArgs
[SerializableAttribute]
public ref class WarningEventArgs : public EventArgs
public class WarningEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.Common.WarningEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WarningEventArgs Members

Microsoft.VisualStudio.TestTools.Common Namespace