Propriedade SolutionContext.ShouldDeploy

Define ou retorna se o projeto atual é implantado quando a configuração da solução associados a esta SolutionContext está selecionado.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
Property ShouldDeploy As Boolean
    Get
    Set
bool ShouldDeploy { get; set; }
property bool ShouldDeploy {
    bool get ();
    void set (bool value);
}
abstract ShouldDeploy : bool with get, set
function get ShouldDeploy () : boolean
function set ShouldDeploy (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Um valor booleano indicando false se o projeto não oferece suporte a que está sendo criado.

Comentários

Se o projeto não oferece suporte a que está sendo criado, ShouldDeploy é falsee defini-la como true tem nenhum efeito.

Segurança do .NET Framework

Consulte também

Referência

SolutionContext Interface

Namespace EnvDTE