IVsBuildableProjectCfg::QueryStatus Method (Int32)

 

Determines whether or not a build operation has completed successfully.

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

int QueryStatus(
	[OutAttribute] int% pfBuildDone
)

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

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsBuildableProjectCfg::QueryStatus(
   [out] BOOL *pfBuildDone
);
Return to top
Show: