IVsProjectTargetChange Interface

 

Represents the project target change.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[GuidAttribute("89C76724-F4C4-4DA1-A7E9-996667924B2C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectTargetChange

NameDescription
System_CAPS_pubpropertyCurrentTargetId

Gets the target ID.

System_CAPS_pubpropertyNewTargetId

Gets the new target ID.

System_CAPS_pubpropertyReloadProjectOnSuccess

Determines whether to reload the project if retargeting was successful.

System_CAPS_pubpropertyUnloadOnCancel

Determines whether to unload if the retarget was canceled.

System_CAPS_pubpropertyUnloadOnFailure

Determines whether to unload the project if retargeting fails.

Return to top
Show: