UpdateManifestForBrowserApplication Class

Definition

Implements the UpdateManifestForBrowserApplication task. Use the UpdateManifestForBrowserApplication element in your project file to create and execute this task. For usage and parameter information, see UpdateManifestForBrowserApplication.

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

public ref class UpdateManifestForBrowserApplication sealed : Microsoft::Build::Utilities::Task
public sealed class UpdateManifestForBrowserApplication : Microsoft.Build.Utilities.Task
type UpdateManifestForBrowserApplication = class
    inherit Task
Public NotInheritable Class UpdateManifestForBrowserApplication
Inherits Task
Inheritance
UpdateManifestForBrowserApplication

Constructors

UpdateManifestForBrowserApplication()

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

Initializes a new instance of the UpdateManifestForBrowserApplication class.

Properties

ApplicationManifest

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

Gets or sets the path and name of the application manifest file that you want to add the <hostInBrowser /> element to.

HostInBrowser

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

Gets a value that indicates whether to modify the application manifest to include the <hostInBrowser /> element.

Methods

Execute()

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

Executes a task.

Applies to