Partager via


UpdateManifestForBrowserApplication.HostInBrowser Propriété

Définition

Obtient une valeur indiquant si le manifeste de l’application doit être modifié pour inclure l’élément <hostInBrowser />.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 property bool HostInBrowser { bool get(); void set(bool value); };
[Microsoft.Build.Framework.Required]
public bool HostInBrowser { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.HostInBrowser : bool with get, set
Public Property HostInBrowser As Boolean

Valeur de propriété

true pour modifier le manifeste de l’application afin d’inclure l’élément <hostInBrowser /> ; sinon, false.

Attributs

S’applique à