WebSiteProperties.BrowseURL 属性

获取或设置用于运行此网站的 URL。

命名空间:  VsWebSite
程序集:  VsWebSite.Interop(在 VsWebSite.Interop.dll 中)

语法

声明
Property BrowseURL As String
    Get
    Set
string BrowseURL { get; set; }
property String^ BrowseURL {
    String^ get ();
    void set (String^ value);
}
abstract BrowseURL : string with get, set
function get BrowseURL () : String
function set BrowseURL (value : String)

属性值

类型:System.String
用于浏览此网站的 URL。BrowseURL 属性仅能设置用于文件系统网站或 FTP 网站。使用 IIS 的网站使用用于打开该网站的 URL。

示例

有关读取和设置后期绑定属性的示例,请参见 WebSiteProperties

.NET Framework 安全性

请参见

参考

WebSiteProperties 接口

VsWebSite 命名空间

EnvDTE

WebSiteProperties

其他资源

引用自动化程序集和 DTE2 对象