IVsProjectTargetChange Interface

Definição

Representa a alteração de destino do projeto.

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
Atributos

Propriedades

CurrentTargetId

Obtém a ID de destino.

NewTargetId

Obtém a nova ID de destino.

ReloadProjectOnSuccess

Determina se o projeto deve ser recarregado se o redirecionamento tiver sido bem-sucedido.

UnloadOnCancel

Determina se deve-se descarregar se o redirecionamento foi cancelado.

UnloadOnFailure

Determina se o projeto deve ser descarregado se o redirecionamento falhar.

Aplica-se a