Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.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.
.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.