WebSiteProperties.FullPath 属性

网站项目的物理路径。 对于远程网站,此为指向网站的临时本地缓存位置的路径。

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

语法

声明
ReadOnly Property FullPath As String
    Get
string FullPath { get; }
property String^ FullPath {
    String^ get ();
}
abstract FullPath : string
function get FullPath () : String

属性值

类型:System.String
网站项目的完整物理路径。

.NET Framework 安全性

请参见

参考

WebSiteProperties 接口

VsWebSite 命名空间

EnvDTE

WebSiteProperties

其他资源

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