IVsProjectTargetChange.UnloadOnCancel Property
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.
Determines whether to unload if the retarget was canceled.
public:
property bool UnloadOnCancel { bool get(); };
public:
property bool UnloadOnCancel { bool get(); };
[System.Runtime.InteropServices.DispId(1610678276)]
public bool UnloadOnCancel { get; }
public bool UnloadOnCancel { get; }
[<System.Runtime.InteropServices.DispId(1610678276)>]
member this.UnloadOnCancel : bool
member this.UnloadOnCancel : bool
Public ReadOnly Property UnloadOnCancel As Boolean
Property Value
true to unload if the retarget was canceled, otherwise false.
- Attributes