IVsProjectTargetChange.UnloadOnFailure 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 the project if retargeting fails.
public:
property bool UnloadOnFailure { bool get(); };
public:
property bool UnloadOnFailure { bool get(); };
[System.Runtime.InteropServices.DispId(1610678275)]
public bool UnloadOnFailure { get; }
public bool UnloadOnFailure { get; }
[<System.Runtime.InteropServices.DispId(1610678275)>]
member this.UnloadOnFailure : bool
member this.UnloadOnFailure : bool
Public ReadOnly Property UnloadOnFailure As Boolean
Property Value
true to unload the project if retargeting fails, otherwise false.
- Attributes