Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestCaseEventArgs::TestCaseId Property

 

Gets or sets the test case identifier.

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

public:
property Guid TestCaseId {
	[CompilerGeneratedAttribute]
	Guid get();
	[CompilerGeneratedAttribute]
	private: void set(Guid value);
}

Property Value

Type: System::Guid

The test case ID.

M:Microsoft.VisualStudio.TestTools.Execution.TestCaseEventArgs.#ctor(Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext,System.Int32,System.String,System.Boolean)
TestCaseEventArgs Class
Microsoft.VisualStudio.TestTools.Execution Namespace

Return to top
Show: