VCConfiguration::IsBuildActionSupported Method (bldActionTypes)
Visual Studio 2015
Indicates whether a specified type of build applies to the currrent project configuration.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- bldType
-
Type:
Microsoft.VisualStudio.VCProjectEngine::bldActionTypes
One of the enumeration values that specifies the type of build to start.
Return Value
Type: System::Booleantrue if the project configurations supports the type of build specified by the bldType parameter; otherwise, false.
Show: