共用方式為


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