Freigeben über


TestCaseEventArgs.TestCaseId-Eigenschaft

Ruft den Testfallbezeichner ab oder legt ihn fest.

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

Syntax

'Declaration
Public Property TestCaseId As Guid
public Guid TestCaseId { get; private set; }
public:
property Guid TestCaseId {
    Guid get ();
    private: void set (Guid value);
}
member TestCaseId : Guid with get, private set
function get TestCaseId () : Guid 
private function set TestCaseId (value : Guid)

Eigenschaftswert

Typ: Guid
Die Testfall-ID.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestCaseEventArgs Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace

#ctor