BuildActionDefinition Structure

Defines a new build action to be added to the project system.

This API is not CLS-compliant. The CLS-compliant alternative is .

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Structure BuildActionDefinition
'Usage
Dim instance As BuildActionDefinition
[CLSCompliantAttribute(false)]
public struct BuildActionDefinition
[CLSCompliantAttribute(false)]
public value class BuildActionDefinition
JScript supports the use of structures, but not the declaration of new ones.
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type BuildActionDefinition =  struct end

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

BuildActionDefinition Members

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