IPublishProperties3.CreateWebPageOnPublish 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示 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
属性值
true 如果 Visual Studio 生成应用程序的网页,则为; 否则为。否则为 false 。
实现
- 属性