Defines an MSBuild task that adds a customization to a Microsoft Office 2003 document.
Namespace:
Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly:
Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class GenerateAndPersistAppInfoTask _
Inherits BuildTask
Dim instance As GenerateAndPersistAppInfoTask
[ComVisibleAttribute(false)]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class GenerateAndPersistAppInfoTask : BuildTask
Set all of the GenerateAndPersistAppInfoTask properties, and then call Execute to run this build task.
The Microsoft Build Engine uses Microsoft.VisualStudio.Tools.Office.BuildTasks to build and deploy Visual Studio Tools for 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 Overview and MSBuild Reference.
System..::.Object
Microsoft.Build.Utilities..::.Task
Microsoft.VisualStudio.Tools.Office.BuildTasks..::.BuildTask
Microsoft.VisualStudio.Tools.Office.BuildTasks..::.GenerateAndPersistAppInfoTask
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference