SolutionContext::ShouldDeploy Property

 

Sets or returns whether the current project is deployed when the solution configuration associated with this SolutionContext is selected.

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

property bool ShouldDeploy {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A Boolean value indicating false if the project does not support being built.

If the project does not support being built, ShouldDeploy is false, and setting it to true has no effect.

Return to top
Show: