IVsProjectTargetChange::UnloadOnCancel Property

 

Determines whether to unload if the retarget was canceled.

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

[DispIdAttribute(1610678276)]
property bool UnloadOnCancel {
	bool get();
}

Property Value

Type: System::Boolean

true to unload if the retarget was canceled, otherwise false.

Return to top
Show: