Share via


InitializeDefaultProperties Constructor

Definition

Initializes a new instance of the InitializeDefaultProperties class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 InitializeDefaultProperties();
public InitializeDefaultProperties ();
Public Sub New ()

Remarks

Set all of the InitializeDefaultProperties properties, and then call Execute to run this build task.

The Microsoft Build Engine uses Microsoft.VisualStudio.Tools.Office.BuildTasks to build and deploy Office solutions. However, you can create your own build system by using these classes and the MSBuild XML-based project files. For more information, see MSBuild Reference.

Applies to