다음을 통해 공유


WarningEventArgs(String) Constructor

Definition

Initializes a new instance of the WarningEventArgs class by using the provided warning message.

public:
 WarningEventArgs(System::String ^ warning);
public WarningEventArgs (string warning);
new Microsoft.VisualStudio.TestTools.Common.WarningEventArgs : string -> Microsoft.VisualStudio.TestTools.Common.WarningEventArgs
Public Sub New (warning As String)

Parameters

warning
String

The warning message.

Applies to