IVsProjectFaultResolver.ResolveFault(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.