ITestRun.BuildFlavor 属性

获取或设置生成风格(即,"Release" 还是 "Debug")。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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

属性值

类型:System.String
版本风格(“发行版”或“调试版”)。

.NET Framework 安全性

请参见

参考

ITestRun 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间