UpdateManifestForBrowserApplication.ApplicationManifest Property

Definition

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

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

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ ApplicationManifest { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem[] ApplicationManifest { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.ApplicationManifest : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property ApplicationManifest As ITaskItem()

Property Value

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

Attributes

Applies to