VCConfiguration.IsBuildActionSupported-Methode

Gibt an, ob ein angegebener Buildtyp für die aktuelle Projektkonfiguration gilt.

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

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn die Projektkonfiguration den im bldType-Parameter angegebenen Buildtyp unterstützt, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCConfiguration Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace