Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
bldType
Type: Microsoft.VisualStudio.VCProjectEngine.bldActionTypesOne 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.