IExecutionRunConfiguration インターフェイス
テストの実行情報のインターフェイス。
名前空間: Microsoft.VisualStudio.TestTools.Execution
アセンブリ: Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 内)
構文
'宣言
Public Interface IExecutionRunConfiguration
public interface IExecutionRunConfiguration
public interface class IExecutionRunConfiguration
type IExecutionRunConfiguration = interface end
public interface IExecutionRunConfiguration
IExecutionRunConfiguration 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
TestElements | 実行に含まれるテスト要素のリストを取得します。 | |
TestRun | TestRun オブジェクトを取得します。 |
このページのトップへ