VCConfiguration::IsBuildActionSupported Method (bldActionTypes)

 

Indicates whether a specified type of build applies to the currrent project configuration.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

bool IsBuildActionSupported(
	bldActionTypes bldType
)

Parameters

bldType
Type: Microsoft.VisualStudio.VCProjectEngine::bldActionTypes

One of the enumeration values that specifies the type of build to start.

Return Value

Type: System::Boolean

true if the project configurations supports the type of build specified by the bldType parameter; otherwise, false.

Return to top
Show: