An enumeration that describes the type of action to be taken by the build.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<PropertyPageTypeConverterAttribute(GetType(BuildActionConverter))> _
Public Enumeration BuildAction
'使用
Dim instance As BuildAction
[PropertyPageTypeConverterAttribute(typeof(BuildActionConverter))]
public enum BuildAction
[PropertyPageTypeConverterAttribute(typeof(BuildActionConverter))]
public enum class BuildAction
public enum BuildAction
Members
| Member name | Description | |
|---|---|---|
| None | Nothing should be done. | |
| Compile | Compile the element. | |
| Content | Treat the element as content. | |
| EmbeddedResource | Treat the element as a resource. |