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
- 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.