VCConfiguration.IsBuildActionSupported Method

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)

Syntax

'Declaration
Function IsBuildActionSupported ( _
    bldType As bldActionTypes _
) As Boolean
bool IsBuildActionSupported(
    bldActionTypes bldType
)
bool IsBuildActionSupported(
    [InAttribute] bldActionTypes bldType
)
abstract IsBuildActionSupported : 
        bldType:bldActionTypes -> bool
function IsBuildActionSupported(
    bldType : bldActionTypes
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

VCConfiguration Interface

Microsoft.VisualStudio.VCProjectEngine Namespace