TestCaseEventArgs.TcmInformation Property

Definition

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

public:
 property Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ TcmInformation { Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TcmInformation TcmInformation { get; }
member this.TcmInformation : Microsoft.VisualStudio.TestTools.Common.TcmInformation
Public ReadOnly Property TcmInformation As TcmInformation

Property Value

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

Applies to