Share via


CustomNotificationEventArgs Constructors

Definition

Overloads

CustomNotificationEventArgs()

Initializes a new instance of the CustomNotificationEventArgs class for sending a custom notification for the testing session.

CustomNotificationEventArgs(TestExecId)

Initializes a new instance of the CustomNotificationEventArgs class for sending a custom notification for a test case by using the provided test execution ID.

CustomNotificationEventArgs()

Initializes a new instance of the CustomNotificationEventArgs class for sending a custom notification for the testing session.

protected:
 CustomNotificationEventArgs();
protected CustomNotificationEventArgs ();
Protected Sub New ()

Applies to

CustomNotificationEventArgs(TestExecId)

Initializes a new instance of the CustomNotificationEventArgs class for sending a custom notification for a test case by using the provided test execution ID.

protected:
 CustomNotificationEventArgs(Microsoft::VisualStudio::TestTools::Common::TestExecId ^ testExecId);
protected CustomNotificationEventArgs (Microsoft.VisualStudio.TestTools.Common.TestExecId testExecId);
new Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs : Microsoft.VisualStudio.TestTools.Common.TestExecId -> Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs
Protected Sub New (testExecId As TestExecId)

Parameters

testExecId
TestExecId

The TestExecId for the current test case.

Applies to