IPublishProperties.OpenBrowserOnPublish Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si le navigateur par défaut doit être ouvert après chaque publication.
public:
property bool OpenBrowserOnPublish { bool get(); void set(bool value); };
public:
property bool OpenBrowserOnPublish { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(14)]
public bool OpenBrowserOnPublish { get; set; }
[<System.Runtime.InteropServices.DispId(14)>]
member this.OpenBrowserOnPublish : bool with get, set
Public Property OpenBrowserOnPublish As Boolean
Valeur de propriété
true pour ouvrir le navigateur par défaut chaque fois que l’application est publiée.
- Attributs