TestCaseEventArgs.TcmInformation 属性

获取对象,该对象中包含的信息可用于从测试管理器服务器获取有关测试用例的更多数据。

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
Public Property TcmInformation As TcmInformation
    Get
    Private Set
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 安全性

请参见

参考

TestCaseEventArgs 类

Microsoft.VisualStudio.TestTools.Execution 命名空间