TestRun.ResultFilePath 属性

获取或设置结果文件的路径。

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

语法

声明
Public Property ResultFilePath As String
    Get
    Friend Set
public string ResultFilePath { get; internal set; }
public:
property String^ ResultFilePath {
    String^ get ();
    internal: void set (String^ value);
}
member ResultFilePath : string with get, internal set
function get ResultFilePath () : String
internal function set ResultFilePath (value : String)

属性值

类型:System.String
结果文件的路径。

.NET Framework 安全性

请参见

参考

TestRun 类

Microsoft.VisualStudio.TestTools.Common 命名空间