MSBuild Class
Inheritance Hierarchy
System.Object
System.Activities.Activity
Microsoft.TeamFoundation.Build.Workflow.Activities.MSBuild
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaração
<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
[ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), L"DefaultBuildIcon.png")]
[BuildCategoryAttribute]
[ActivityTrackingAttribute(ActivityTrackingOption::ActivityOnly)]
public ref class MSBuild sealed : public Activity
[<Sealed>]
[<ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")>]
[<BuildCategoryAttribute>]
[<ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)>]
type MSBuild =
class
inherit Activity
end
public final class MSBuild extends Activity
The MSBuild type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MSBuild |
Top
Properties
Name | Description | |
---|---|---|
AdditionalVCOverrides | ||
CacheId | (Inherited from Activity.) | |
CommandLineArguments | ||
Configuration | ||
Constraints | (Inherited from Activity.) | |
DisplayName | (Inherited from Activity.) | |
GenerateVSPropsFile | ||
Id | (Inherited from Activity.) | |
Implementation | (Inherited from Activity.) | |
LogFile | ||
LogFileDropLocation | ||
MaxProcesses | ||
OutDir | ||
Platform | ||
Project | ||
ResponseFile | ||
RunCodeAnalysis | ||
Targets | ||
TargetsNotLogged | ||
ToolPath | ||
ToolPlatform | ||
Verbosity |
Top
Methods
Name | Description | |
---|---|---|
CacheMetadata | (Inherited from Activity.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ShouldSerializeDisplayName | (Inherited from Activity.) | |
ShouldSerializeGenerateVSPropsFile | ||
ShouldSerializeMaxProcesses | ||
ShouldSerializeToolPlatform | ||
ShouldSerializeVerbosity | ||
ToString | (Inherited from Activity.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace