共用方式為


TestCaseEventArgs.TcmInformation 屬性

取得物件,其中包含的資訊可用來從Test Manager伺服器取得測試案例的進一步資料。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.VisualStudio.TestTools.Common.TcmInformation
資訊物件,如果測試不是源自Test Manager,則為 nullnull 參考 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

TestCaseEventArgs 類別

Microsoft.VisualStudio.TestTools.Execution 命名空間