Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the test case ID, which identifies this test case.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Dichiarazione
Public Property TestCaseId As Guid
Get
Protected Set
public Guid TestCaseId { get; protected set; }
public:
property Guid TestCaseId {
Guid get ();
protected: void set (Guid value);
}
member TestCaseId : Guid with get, set
function get TestCaseId () : Guid
protected function set TestCaseId (value : Guid)
Property Value
Type: System.Guid
Remarks
When the test case is in the test case management system, the lower four bytes contain the TestCaseManagerId.
.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.