次の方法で共有


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