Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by the RunPostBuildEvent property.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
<GuidAttribute("A9DEC9CC-C687-49CA-9316-DB1B4FAE61BF")> _
Public Enumeration prjRunPostBuildEvent
[GuidAttribute("A9DEC9CC-C687-49CA-9316-DB1B4FAE61BF")]
public enum prjRunPostBuildEvent
[GuidAttribute(L"A9DEC9CC-C687-49CA-9316-DB1B4FAE61BF")]
public enum class prjRunPostBuildEvent
[<GuidAttribute("A9DEC9CC-C687-49CA-9316-DB1B4FAE61BF")>]
type prjRunPostBuildEvent
public enum prjRunPostBuildEvent
Members
Member name | Description | |
---|---|---|
prjRunPostBuildEventAlways | Always run the event. | |
prjRunPostBuildEventOnBuildSuccess | Run only if the build is successful. | |
prjRunPostBuildEventOnOutputUpdated | Run only if the project output changes. |