共用方式為


IncludedWebTest.Path 屬性

取得或設定所包含之 Web 效能測試的檔案路徑。

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

語法

'宣告
Public Property Path As String
public string Path { get; set; }
public:
property String^ Path {
    String^ get ();
    void set (String^ value);
}
member Path : string with get, set
function get Path () : String
function set Path (value : String)

屬性值

型別:System.String
所包含之 Web 效能測試的檔案路徑。

.NET Framework 安全性

請參閱

參考

IncludedWebTest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間