VCConfiguration.IsBuildActionSupported(bldActionTypes) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示指定类型的生成是否适用于 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
枚举值之一,指定要启动的生成类型。
返回
true 如果项目配置支持参数所指定的生成的类型 bldType ,则为; 否则为 false 。
- 属性