IVsProjectFaultResolver.ResolveFault(Boolean) Method

Definition

Resolves the fault on this project.

public:
 void ResolveFault([Runtime::InteropServices::Out] bool % pfShouldReload);
void ResolveFault([Runtime::InteropServices::Out] bool & pfShouldReload);
public void ResolveFault (out bool pfShouldReload);
abstract member ResolveFault : bool -> unit
Public Sub ResolveFault (ByRef pfShouldReload As Boolean)

Parameters

pfShouldReload
Boolean

[out] Specifies if the project should be reloaded.

Remarks

This method is intended to be called directly only by the Visual Studio shell. To programmatically resolve faults on a specific project hierarchy, use ResolveFaultedProjects.

Applies to