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