Share via


IVsProjectTargetChange.UnloadOnFailure Property

Definition

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

Applies to