Share via


BuildActionHelper Class

Used to help features with the project's build action.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public NotInheritable Class BuildActionHelper
'Usage
Dim instance As BuildActionHelper
public sealed class BuildActionHelper
public ref class BuildActionHelper sealed
public final class BuildActionHelper

Remarks

Note that build actions can be expanded from their usual Build and NotInBuild by IBuildActionContributor.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.BuildActionHelper

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

BuildActionHelper Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace