ITestElementResultTestPropertyProvider 接口

表示可以由对象实现的接口,用以提供测试结果中的测试数据。

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

语法

声明
Public Interface ITestElementResultTestPropertyProvider
public interface ITestElementResultTestPropertyProvider
public interface class ITestElementResultTestPropertyProvider
type ITestElementResultTestPropertyProvider =  interface end
public interface ITestElementResultTestPropertyProvider

ITestElementResultTestPropertyProvider 类型公开以下成员。

方法

  名称 说明
公共方法 FillDataRow 用测试结果数据填充所提供的数据行。

页首

备注

已实现此接口的测试元素。不会从 TestElement 继承的对象,必须实现此接口以提供测试结果中的测试数据。

请参见

参考

Microsoft.VisualStudio.TestTools.Common 命名空间

TestElement