Share via


CustomNotificationEventArgs Constructor (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.

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

Syntax

'Declaration
Protected Sub New ( _
    testExecId As TestExecId _
)
protected CustomNotificationEventArgs(
    TestExecId testExecId
)
protected:
CustomNotificationEventArgs(
    TestExecId^ testExecId
)
new : 
        testExecId:TestExecId -> CustomNotificationEventArgs
protected function CustomNotificationEventArgs(
    testExecId : TestExecId
)

Parameters

.NET Framework Security

See Also

Reference

CustomNotificationEventArgs Class

CustomNotificationEventArgs Overload

Microsoft.VisualStudio.TestTools.Execution Namespace

TestExecId