TestStepMarkerAction コンストラクター (Int32, String, String)
指定された ID、マーカー情報、および結果を使用して、TestStepMarkerAction クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)
構文
'宣言
Public Sub New ( _
stepId As Integer, _
markerInfo As String, _
outcome As String _
)
public TestStepMarkerAction(
int stepId,
string markerInfo,
string outcome
)
public:
TestStepMarkerAction(
int stepId,
String^ markerInfo,
String^ outcome
)
new :
stepId:int *
markerInfo:string *
outcome:string -> TestStepMarkerAction
public function TestStepMarkerAction(
stepId : int,
markerInfo : String,
outcome : String
)
パラメーター
- stepId
型 : System.Int32
ステップ識別子を表す int。
- markerInfo
型 : System.String
マーカーに関する情報。
- outcome
型 : System.String
マーカーの結果の説明。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。