InitializeDefaultProperties Constructor
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the InitializeDefaultProperties class.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
Public Sub New
public InitializeDefaultProperties()
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.