VSConstants.VS_BUILDABLEPROJECTCFGOPTS_PRIVATE 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 is private to a particular implementation.
public: System::UInt32 VS_BUILDABLEPROJECTCFGOPTS_PRIVATE = 4294901760;
unsigned int VS_BUILDABLEPROJECTCFGOPTS_PRIVATE = 4294901760;
public const uint VS_BUILDABLEPROJECTCFGOPTS_PRIVATE = 4294901760;
val mutable VS_BUILDABLEPROJECTCFGOPTS_PRIVATE : uint32
Public Const VS_BUILDABLEPROJECTCFGOPTS_PRIVATE As UInteger = 4294901760
Field Value
Value = 4294901760Remarks
This flag is used in the StartBuild method.