共用方式為


LoadTest.Context 屬性

取得目前負載測試回合的 LoadTestContext

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

語法

'宣告
Public Property Context As LoadTestContext
public LoadTestContext Context { get; internal set; }
public:
property LoadTestContext^ Context {
    LoadTestContext^ get ();
    internal: void set (LoadTestContext^ value);
}
member Context : LoadTestContext with get, internal set
function get Context () : LoadTestContext
internal function set Context (value : LoadTestContext)

屬性值

型別:Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestContext
LoadTestContext 物件。

.NET Framework 安全性

請參閱

參考

LoadTest 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間