VSConstants.VS_BUILDABLEPROJECTCFGOPTS_REBUILD Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A flag that requests that the project be rebuilt completely, regardless of whether it is up-to-date.
public: System::UInt32 VS_BUILDABLEPROJECTCFGOPTS_REBUILD = 1;
unsigned int VS_BUILDABLEPROJECTCFGOPTS_REBUILD = 1;
public const uint VS_BUILDABLEPROJECTCFGOPTS_REBUILD = 1;
val mutable VS_BUILDABLEPROJECTCFGOPTS_REBUILD : uint32
Public Const VS_BUILDABLEPROJECTCFGOPTS_REBUILD As UInteger = 1
Field Value
Value = 1Remarks
This flag is used in the StartBuild method.