MSTest.CommandLineArguments 属性

获取或设置命令行参数字符串传递给 MSTest.exe。

命名空间:  Microsoft.TeamFoundation.Build.Workflow.Activities
程序集:  Microsoft.TeamFoundation.Build.Workflow(在 Microsoft.TeamFoundation.Build.Workflow.dll 中)

语法

声明
<BrowsableAttribute(True)> _
Public Property CommandLineArguments As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> CommandLineArguments { get; set; }

属性值

类型:System.Activities.InArgument<String>
命令行参数字符串传递到 MSTest.exe。

备注

有关有效的命令行参数的声明 MSTest 的参见 MSTest.exe 命令行选项

.NET Framework 安全性

请参阅

参考

MSTest 类

Microsoft.TeamFoundation.Build.Workflow.Activities 命名空间