共用方式為


TestResultMessage.Storage 屬性

取得或設定伺服器上用來儲存與測試相關聯之所有檔案的資料夾相對路徑。

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

語法

'宣告
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")> _
Public Property Storage As String
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")]
public string Storage { get; set; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")]
public:
property String^ Storage {
    String^ get ();
    void set (String^ value);
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")>]
member Storage : string with get, set
function get Storage () : String
function set Storage (value : String)

屬性值

型別:System.String
伺服器上用來儲存與測試相關聯之所有檔案的資料夾相對路徑。

.NET Framework 安全性

請參閱

參考

TestResultMessage 類別

Microsoft.VisualStudio.TestTools.Common 命名空間