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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。