IVsProjectFaultResolver::ResolveFault Method (Boolean)

 

Resolves the fault on this project.

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

void ResolveFault(
	[OutAttribute] bool% pfShouldReload
)

Parameters

pfShouldReload
Type: System::Boolean

[out] Specifies if the project should be reloaded.

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.

Return to top
Show: