Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Sub ResolveFault ( _
<OutAttribute> ByRef pfShouldReload As Boolean _
)
void ResolveFault(
out bool pfShouldReload
)
void ResolveFault(
[OutAttribute] bool% pfShouldReload
)
abstract ResolveFault :
pfShouldReload:bool byref -> unit
function ResolveFault(
pfShouldReload : boolean
)
Parameters
pfShouldReload
Type: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.