共用方式為


WebTestResultTransaction.IsIncludedTest 屬性

取得或設定值,此交易在結果中是否為隱含交易。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property IsIncludedTest As Boolean
    Get
    Friend Set
public bool IsIncludedTest { get; internal set; }
public:
property bool IsIncludedTest {
    bool get ();
    internal: void set (bool value);
}
member IsIncludedTest : bool with get, internal set
function get IsIncludedTest () : boolean
internal function set IsIncludedTest (value : boolean)

屬性值

型別:System.Boolean
如果這筆交易隱含在結果中則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

WebTestResultTransaction 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間