CodeAnalysisRunType 枚举
注意:此 API 现在已废弃不用。
描述代码分析运行的类型。
命名空间: Microsoft.TeamFoundation.Build.Client
程序集: Microsoft.TeamFoundation.Build.Client(在 Microsoft.TeamFoundation.Build.Client.dll 中)
语法
声明
<ObsoleteAttribute("This enum has been deprecated. Please remove all references.", _
True)> _
Public Enumeration CodeAnalysisRunType
[ObsoleteAttribute("This enum has been deprecated. Please remove all references.",
true)]
public enum CodeAnalysisRunType
成员
成员名称 | 说明 | |
---|---|---|
Always | 始终运行。 | |
Default | 默认值运行类型。 | |
Never | 从未运行。 |
备注
默认值原因代码根据各个项目设置要执行的分析。
原因始终代码总是进行分析。
从原因代码不执行的分析。