VsMSBuildTaskFileManagerClass::IsRealBuildOperation Method (Int32)
Visual Studio 2015
Determines whether this is an actual build operation, or is a design-time-only generation for IntelliSense purposes.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Parameters
- pfIsRealBuild
-
Type:
System::Int32
[out] Flag indicating whether this is an actual build. Returns true if it is an actual build, false if it is a design-time-only generation.
Return Value
Type: System::Int32Returns S_OK if the method is successful, E_FAIL if the method fails.
Show: