VCConfiguration2.IsBuildActionSupported(bldActionTypes) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
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
Parameters
- bldType
- bldActionTypes
Returns
Implements
- Attributes