PregenerateApplicationManifest Class
Defines an MSBuild task that creates an application manifest template for a Visual Studio Tools for Applications project. This class cannot be inherited.
Namespace: Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration
Assembly: Microsoft.VisualStudio.Tools.Applications.BuildTasks (in Microsoft.VisualStudio.Tools.Applications.BuildTasks.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class PregenerateApplicationManifest _
Inherits Task
'Usage
Dim instance As PregenerateApplicationManifest
[ComVisibleAttribute(false)]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class PregenerateApplicationManifest : Task
[ComVisibleAttribute(false)]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class PregenerateApplicationManifest sealed : public Task
public final class PregenerateApplicationManifest extends Task
Remarks
Set all of the PregenerateApplicationManifest properties and then call Execute to run this task.
The Microsoft Build Engine uses Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration to build Visual Studio Tools for Applications 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.
Inheritance Hierarchy
System.Object
Microsoft.Build.Utilities.Task
Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration.PregenerateApplicationManifest
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
PregenerateApplicationManifest Members
Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration Namespace