PregenerateApplicationManifest Members

Include Protected Members
Include Inherited Members

Defines an MSBuild task that creates an application manifest template for a Visual Studio Tools for Applications project. This class cannot be inherited.

The PregenerateApplicationManifest type exposes the following members.

Constructors

  Name Description
Public method PregenerateApplicationManifest Initializes a new instance of the PregenerateApplicationManifest class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Execute Creates the add-in specific part of an application manifest for a Visual Studio Tools for Applications project. (Overrides Task.Execute().)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

  Name Description
Public property BuildEngine Gets or sets the instance of the IBuildEngine object used by the task. (Inherited from Task.)
Public property EmbeddedManifestFileName Gets or sets the file name of the add-in specific part of an application manifest to describe the add-in.
Public property EmbeddedManifestFileNameWithPath Gets a fully qualified path of the add-in specific part of an application manifest.
Protected property HelpKeywordPrefix Gets or sets the prefix used to compose Help keywords from resource names. (Inherited from Task.)
Public property HostObject Gets or sets the host object associated with the task. (Inherited from Task.)
Public property InputManifest Gets or sets the add-in specific part of an application manifest.
Public property Log Gets an instance of a TaskLoggingHelper class containing task logging methods. (Inherited from Task.)
Public property OutputPath Gets or sets the relative or fully qualified path of the generated application manifest template.
Public property TargetFileName Gets or sets the relative or fully qualified path of the application manifest.
Protected property TaskResources Gets or sets the culture-specific resources associated with the task. (Inherited from Task.)
Public property UpdateEnabled Gets or sets a value that indicates whether an add-in checks for updates at regular intervals.
Public property UpdateInterval Gets or sets the frequency with which the add-in checks for updates.
Public property UpdateIntervalUnits Gets or sets the unit of time that the number in UpdateInterval applies to.

Top

See Also

Reference

PregenerateApplicationManifest Class

Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration Namespace