次の方法で共有


UITestErrorEventArgs.Result プロパティ

 

関連付けられた動作の結果を取得または設定します。

名前空間:   Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ:  Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)

構文

public UITestErrorActionResult Result { get; set; }
public:
property UITestErrorActionResult Result {
    UITestErrorActionResult get();
    void set(UITestErrorActionResult value);
}
member Result : UITestErrorActionResult with get, set
Public Property Result As UITestErrorActionResult

プロパティ値

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestErrorActionResult

関連付けられているアクションの結果。

参照

T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestErrorActionResult
UITestErrorEventArgs クラス
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間

トップに戻る