ITestElement.Storage 属性

获取或设置此元素部署项的存储位置的路径。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Property Storage As String
    Get
    Set
string Storage { get; set; }
property String^ Storage {
    String^ get ();
    void set (String^ value);
}
abstract Storage : string with get, set
function get Storage () : String
function set Storage (value : String)

属性值

类型:System.String
该元素部署项存储位置的路径。

.NET Framework 安全性

请参见

参考

ITestElement 接口

Microsoft.VisualStudio.TestTools.Common 命名空间