IVsProjectTargetChange::UnloadOnFailure Property

 

Determines whether to unload the project if retargeting fails.

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

[DispIdAttribute(1610678275)]
property bool UnloadOnFailure {
	bool get();
}

Property Value

Type: System::Boolean

true to unload the project if retargeting fails, otherwise false.

Return to top
Show: