IVsBuildableProjectCfg::QueryStatus Method (Int32)
Visual Studio 2015
Determines whether or not a build operation has completed successfully.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfBuildDone
-
Type:
System::Int32
[out] Pointer to the flag that is set to true if the build operation was successful and false if it was unsuccessful.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsBuildableProjectCfg::QueryStatus( [out] BOOL *pfBuildDone );
Show: