TestCaseEventArgs.TcmTestCaseId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Property TcmTestCaseId As Integer
    Get
    Private Set
'Usage
Dim instance As TestCaseEventArgs
Dim value As Integer

value = instance.TcmTestCaseId
public int TcmTestCaseId { get; private set; }
public:
property int TcmTestCaseId {
    int get ();
    private: void set (int value);
}
function get TcmTestCaseId () : int
private function set TcmTestCaseId (value : int)
member TcmTestCaseId : int with get, private set

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TestCaseEventArgs Class

TestCaseEventArgs Members

Microsoft.VisualStudio.TestTools.Execution Namespace