VsMSBuildTaskFileManagerClass::IsRealBuildOperation Method (Int32)

 

Determines whether this is an actual build operation, or is a design-time-only generation for IntelliSense purposes.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

public:
virtual int IsRealBuildOperation(
	[OutAttribute] int% pfIsRealBuild
)

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::Int32

Returns S_OK if the method is successful, E_FAIL if the method fails.

Return to top
Show: