IPublishProperties3.WebPageFileName 属性

定义

获取或设置在发布应用程序时 Visual Studio 创建的网页的名称。

public:
 property System::String ^ WebPageFileName { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ WebPageFileName { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(31)]
public string WebPageFileName { get; set; }
[<System.Runtime.InteropServices.DispId(31)>]
member this.WebPageFileName : string with get, set
Public Property WebPageFileName As String

属性值

String

当发布应用程序时,Visual Studio 创建的网页的名称。

实现

属性

适用于