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
testExecId
Type: Microsoft.VisualStudio.TestTools.Common.TestExecIdThe TestExecId for the current test case.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CustomNotificationEventArgs Class
CustomNotificationEventArgs Overload