VSConstants.VS_BUILDABLEPROJECTCFGOPTS_BUILD_SELECTION_ONLY 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 only the selected items be rebuilt.
public: System::UInt32 VS_BUILDABLEPROJECTCFGOPTS_BUILD_SELECTION_ONLY = 2;
unsigned int VS_BUILDABLEPROJECTCFGOPTS_BUILD_SELECTION_ONLY = 2;
public const uint VS_BUILDABLEPROJECTCFGOPTS_BUILD_SELECTION_ONLY = 2;
val mutable VS_BUILDABLEPROJECTCFGOPTS_BUILD_SELECTION_ONLY : uint32
Public Const VS_BUILDABLEPROJECTCFGOPTS_BUILD_SELECTION_ONLY As UInteger = 2
Field Value
Value = 2Remarks
This flag is used in the StartBuild method.