IVsProjectTargetChange::ReloadProjectOnSuccess Property

 

Determines whether to reload the project if retargeting was successful.

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

[DispIdAttribute(1610678274)]
property bool ReloadProjectOnSuccess {
	bool get();
}

Property Value

Type: System::Boolean

true to reload the project if retargeting was successful, otherwise false.

Return to top
Show: