Defines the current status of the build process.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Enumeration MSBuildResult
'使用
Dim instance As MSBuildResult
public enum MSBuildResult
public enum class MSBuildResult
public enum MSBuildResult
Members
| Member name | Description | |
|---|---|---|
| Suspended | The build is currently suspended. | |
| Resumed | The build has been restarted. | |
| Failed | The build failed. | |
| Sucessful | The build was successful. |