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
    Get
    Set
[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 命名空间