IVsProjectTargetChange Interface

Definition

Represents the project target change.

public interface class IVsProjectTargetChange
public interface class IVsProjectTargetChange
__interface IVsProjectTargetChange
[System.Runtime.InteropServices.Guid("89C76724-F4C4-4DA1-A7E9-996667924B2C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectTargetChange
[<System.Runtime.InteropServices.Guid("89C76724-F4C4-4DA1-A7E9-996667924B2C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectTargetChange = interface
Public Interface IVsProjectTargetChange
Attributes

Properties

CurrentTargetId

Gets the target ID.

NewTargetId

Gets the new target ID.

ReloadProjectOnSuccess

Determines whether to reload the project if retargeting was successful.

UnloadOnCancel

Determines whether to unload if the retarget was canceled.

UnloadOnFailure

Determines whether to unload the project if retargeting fails.

Applies to