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::TcmInformation Property

 

Gets the object that contains information that can be used to obtain further data about the test case from the Test Manager server.

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

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

Property Value

Type: Microsoft.VisualStudio.TestTools.Common::TcmInformation^

An information object, or null if the test did not originate in the Test Manager.

Return to top
Show: