TestRunConfiguration.IsExecutedRemotely 属性

获取或设置一个布尔值,该值表示测试运行是否可以远程执行。

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

语法

声明
Public Property IsExecutedRemotely As Boolean
public bool IsExecutedRemotely { get; set; }
public:
property bool IsExecutedRemotely {
    bool get ();
    void set (bool value);
}
member IsExecutedRemotely : bool with get, set
function get IsExecutedRemotely () : boolean
function set IsExecutedRemotely (value : boolean)

属性值

类型:System.Boolean
如果远程执行测试运行,则为 true ;否则为 false。

.NET Framework 安全性

请参见

参考

TestRunConfiguration 类

Microsoft.VisualStudio.TestTools.Common 命名空间