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)

Syntax

'Declaration
Public Property TcmInformation As TcmInformation
public TcmInformation TcmInformation { get; private set; }
public:
property TcmInformation^ TcmInformation {
    TcmInformation^ get ();
    private: void set (TcmInformation^ value);
}
member TcmInformation : TcmInformation with get, private set
function get TcmInformation () : TcmInformation
private function set TcmInformation (value : TcmInformation)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TcmInformation
An information object, or nulla null reference (Nothing in Visual Basic) if the test did not originate in the Test Manager.

.NET Framework Security

See Also

Reference

TestCaseEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace