MSBuild 类
继承层次结构
System.Object
System.Activities.Activity
Microsoft.TeamFoundation.Build.Workflow.Activities.MSBuild
命名空间: Microsoft.TeamFoundation.Build.Workflow.Activities
程序集: Microsoft.TeamFoundation.Build.Workflow(在 Microsoft.TeamFoundation.Build.Workflow.dll 中)
语法
声明
<ToolboxBitmapAttribute(GetType(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")> _
<BuildCategoryAttribute> _
<ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)> _
Public NotInheritable Class MSBuild _
Inherits Activity
[ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")]
[BuildCategoryAttribute]
[ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)]
public sealed class MSBuild : Activity
MSBuild 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
MSBuild |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
AdditionalVCOverrides | |
![]() |
AllowUntrustedCertificate | |
![]() |
CacheId | 获取缓存的标识符,该标识符在工作流定义的作用域内是唯一的。 (继承自 Activity。) |
![]() |
CommandLineArguments | |
![]() |
Configuration | |
![]() |
CreatePackageOnPublish | |
![]() |
DeployIisAppPath | |
![]() |
DeployOnBuild | |
![]() |
DeployTarget | |
![]() |
DisplayName | 获取或设置用于调试、验证、异常处理和跟踪的可选友好名称。 (继承自 Activity。) |
![]() |
GenerateVSPropsFile | |
![]() |
Id | 获取一个标识符,该标识符在工作流定义的作用域内是唯一的。 (继承自 Activity。) |
![]() |
ImplementationVersion | 获取或设置使用的实现的版本。 (继承自 Activity。) |
![]() |
LogFile | |
![]() |
LogFileDropLocation | |
![]() |
MaxProcesses | |
![]() |
MSDeployPublishMethod | |
![]() |
MSDeployServiceUrl | |
![]() |
NodeReuse | |
![]() |
OutDir | |
![]() |
Password | |
![]() |
Platform | |
![]() |
Project | |
![]() |
ResponseFile | |
![]() |
RunCodeAnalysis | |
![]() |
Targets | |
![]() |
TargetsNotLogged | |
![]() |
ToolPath | |
![]() |
ToolPlatform | |
![]() |
UserName | |
![]() |
Verbosity |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) |
![]() |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) |
![]() |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
![]() |
ShouldSerializeAllowUntrustedCertificate | |
![]() |
ShouldSerializeCreatePackageOnPublish | |
![]() |
ShouldSerializeDeployOnBuild | |
![]() |
ShouldSerializeDisplayName | 指示是否应序列化 DisplayName 属性。 (继承自 Activity。) |
![]() |
ShouldSerializeGenerateVSPropsFile | |
![]() |
ShouldSerializeMaxProcesses | |
![]() |
ShouldSerializeNodeReuse | |
![]() |
ShouldSerializeToolPlatform | |
![]() |
ShouldSerializeVerbosity | |
![]() |
ToString | 返回包含 Activity 的 Id 和 DisplayName 的 String。 (继承自 Activity。) |
页首
扩展方法
名称 | 说明 | |
---|---|---|
![]() |
GetAssemblyMetadataCollection | (由 WorkflowHelpers 定义。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。