VCConfiguration.IsBuildActionSupported(bldActionTypes) Method

Definition

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

public:
 bool IsBuildActionSupported(Microsoft::VisualStudio::VCProjectEngine::bldActionTypes bldType);
public:
 bool IsBuildActionSupported(Microsoft::VisualStudio::VCProjectEngine::bldActionTypes bldType);
bool IsBuildActionSupported(Microsoft::VisualStudio::VCProjectEngine::bldActionTypes bldType);
[System.Runtime.InteropServices.DispId(785)]
public bool IsBuildActionSupported (Microsoft.VisualStudio.VCProjectEngine.bldActionTypes bldType);
[<System.Runtime.InteropServices.DispId(785)>]
abstract member IsBuildActionSupported : Microsoft.VisualStudio.VCProjectEngine.bldActionTypes -> bool
Public Function IsBuildActionSupported (bldType As bldActionTypes) As Boolean

Parameters

bldType
bldActionTypes

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

Returns

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

Attributes

Applies to