Freigeben über


CustomNotificationEventArgs-Konstruktor (TestExecId)

Initialisiert anhand der bereitgestellten Testausführungs-ID eine neue Instanz der CustomNotificationEventArgs-Klasse zum Senden einer benutzerdefinierten Benachrichtigung für einen Testfall.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

CustomNotificationEventArgs Klasse

CustomNotificationEventArgs-Überladung

Microsoft.VisualStudio.TestTools.Execution-Namespace

TestExecId