VCConfiguration.IsBuildActionSupported(bldActionTypes) 方法

定义

指示指定类型的生成是否适用于 currrent 项目配置。

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

参数

bldType
bldActionTypes

枚举值之一,指定要启动的生成类型。

返回

Boolean

true 如果项目配置支持参数所指定的生成的类型 bldType ,则为; 否则为 false

属性

适用于