IPublishProperties3.CreateWebPageOnPublish 属性

定义

获取或设置一个值,该值指示 Visual Studio 是否在发布应用程序时为应用程序生成网页。

public:
 property bool CreateWebPageOnPublish { bool get(); void set(bool value); };
public:
 property bool CreateWebPageOnPublish { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public bool CreateWebPageOnPublish { get; set; }
[<System.Runtime.InteropServices.DispId(7)>]
member this.CreateWebPageOnPublish : bool with get, set
Public Property CreateWebPageOnPublish As Boolean

属性值

Boolean

true 如果 Visual Studio 生成应用程序的网页,则为; 否则为。否则为 false

实现

属性

适用于