TestCaseEventArgs.TcmInformation 属性
获取对象,该对象中包含的信息可用于从测试管理器服务器获取有关测试用例的更多数据。
命名空间: 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
一个信息对象;如果测试不是源自测试管理器,则为 nullnull 引用(在 Visual Basic 中为 Nothing)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。