IVsProjectTargetChange Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |